This page summarizes the agents commands for genrating a pull request specific build session ID and configuration, for the following technologies:
...
You can refer to the default configuration page for Generating a Build Session ID using the Jenkins Plugin in regards to installation and other details.
Noteinfo |
---|
|
...
Parameter | Description |
---|---|
App Name | The name of the app the Pull Request is being merged to (as provided to SeaLights) |
Latest Commit | The latest commit SHA of the Pull Request branch |
Repository URL | The repository URL of the Pull Request and merged branchs |
Target Branch | The name of the branch the Pull Request is being merged to (as provided to SeaLights) |
Pull Request Number | The Pull Request number that is being evaluated |
Additional Arguments | Section to provide additional parameters if needed usually to override the global parameters. See the field help () in Jenkins for more details |
Logging
Java
In order to enable logs you can set the following parameters as environment variables or when using as javaagent add them as -Dsl.* parameters
...
Value | Description |
---|---|
sl | Display log output to the console |
sl-file | Export the log information to a log file named 'sl.node.log' |
...