...
- In the Action select Config - Create build session data
In the Monitored Application Packages enter the list of packages that you want SeaLights to analyze. It should be a comma separated list with asterisks before and after each entry
Note This is only needed if building a Java project. If the session ID is being created for other languages the you can leave it blank
- Press the SeaLights CLI Advanced... button to expose the SeaLights parameters
Enter the App Name as you want it to be displayed in the SeaLights dashboard
Info Put ${JOB_NAME} for Jenkins job name
Enter the Branch Name you are working on and want to display in the SeaLights dashboard
Info Put ${GIT_BRANCH} if using git
Select the Build Name that you want to have for each build and which will be displayed on the SeaLights dashboard
Note icon false For descriptions of each of the available options, see Jenkins Plugin Parameters
...
- SL_BUILD_SESSION_ID - contains the session ID itself
SL_BUILD_SESSION_ID_FILE - contains the full path to the buildSessionId.txt in the jobs workspace
Using tokens
This step will also expose a new parameter called SL_TOKEN . It will contain the token entered in the global configuration. This is to allow you have the token when running our agents using the default command line steps.