...
Download a token from the SeaLights dashboard and place the sltoken.txt file in the working directory
Info |
---|
See 'Generating an agent Agent token' for instructions on how to generate a token |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
sl-python config --appname myApp --branchname master --buildname 1 --exclude "*venv*" [--workspacepath /path/to/app] |
Using the session ID
The session ID will be printed to the console output and a file called 'buildSessionId.txt' will be generated containing it.
...