...
- Validate that ${SL_BUILD_SESSION_ID} is in the Build Session Id field
Configuring the SCM
SeaLights by default provides all links to the SCM for Github.
You can configure SeaLights to prepare the links for Bitbucket and Gitlab as well with the following parameters placed under the Sealights->Sealights Advanced->Additional Arguments sealightsJvmParams section:
sl.scm.provider - set to github, bitbucket or gitlab
sl.scm.baseUrl - When working with an on-premise installation of your SCM and access from the build machine is different than the one accessed by the users, then you can provide the base URL to use
sl.scm.version - set to the version of the on-premise version you use
sealightsJvmParams=sl.scm.provider:bitbucket$$sl.scm.baseUrl:https://{dns}/projects/{project}/repos/{repo}/browse$$sl.scm.version:4.9.0
Note |
---|
There are various other setting that can be changed and set according to your needs. For descriptions of each of the available options, see Jenkins Plugin Parameters |
...