Component File
Create an Integration Build Session ID
Java Agent
java -jar sl-build-scanner.jar -config -tokenfile /path/to/sltoken.txt -appname "IntegrationBuildName" -branchname "master" -buildname "1" -pi "*integration.build*" -buildsessionidfile integrationBSID.txtNodejs Agent
./node_modules/.bin/slnodejs config --tokenfile /path/to/sltoken.txt --appname "IntegrationBuildName" --branch "master" --build "1"
mv buildSessionId integrationBSID.txtcall .\node_modules.bin\slnodejs config --tokenfile \path\to\sltoken.txt --appname "IntegrationBuildName" --branch "master" --build "1"
ren buildSessionId integrationBSID.txtCreate a Components JSON File
[
{
"appName": "sl-sample-backend",
"branch": "master",
"build": "1.0.1_233"
},
{
"appName": "sl-sample-frontend",
"branch": "master",
"build": "1.2.2_44"
}
][
{
"buildSessionId": "123456789"
},
{
"buildSessionId": "abcdefghi"
}
]Adding comments to the JSON file with components' BSID only
Report the Integration Build to the Dashboard via the Build Scanner
Java Agent
Nodejs Agent
PreviousIntegration Build: Explicit Components & VersionsNextPer-Component Update/Delete (Java/Node.js)
Last updated
Was this helpful?

