...
Default can be set on Sealights side globally per customer
SCM base URL
If not identified automatically you should provide the following based on your SCM:
SCM | URL format |
---|---|
bitbucket.org |
|
Bitbucket On-Prem |
|
Github On-Prem |
|
Gitlab On-Prem |
|
SCM version
Should be set for any On-Premise SCM type.
If using a cloud SCM and the repo URL is not sent correctly, this should be set to "cloud"
...
Info |
---|
If your on premise SCM version is often updated in order to comply with latest security patches for example, you can also provide a version retrieved dynamically as the sample command lines below
|
SCM base URL
If not identified automatically you should provide the following based on your SCM:
...
SCM
...
URL format
...
bitbucket.org
...
https://bitbucket.org/{account}/{repo}/src
...
Bitbucket On-Prem
...
https://{dns}/projects/{project}/repos/{repo}/browse
...
Github On-Prem
...
https://{dns}/{account}/{repo}/blob
...
Gitlab On-Prem
...