Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

Generating a session ID

The Build Session is used to uniquely identify a build of your application and to associate test coverage (i.e. all test stages and tests) with that build

./slcli config create-bsid --app <your-app-name> --branch <your-branch-name> --build <your-build-number>

  • No labels