Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Before running the build scan and tests, you need to create a session ID. The session ID is provided to each step in order link them together as one complete cycle

Info

See 'Generating an agent Agent token' for instructions on how to generate a token

...

Code Block
languagebash
themeEclipse
titleSample command on linux
Unix:
./node_modules/.bin/slnodejs config --tokenfile /path/to/sltoken.txt --appname "myApp" --branch "master" --build "1"

Windows:
call .\node_modules\.bin\slnodejs config --tokenfile \path\to\sltoken.txt --appname "myApp" --branch "master" --build "1"

...