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>