I have an android app and I use Bitrise CLI for Continuous Integration.
I have a few steps (test, sign, deploy etc) but the step deploy to bitrise.io is failing because of missing Build URL…I don’t know what link to assign to the BITRISE_BUILD_URL env variable. Could someone guide me where I can find the Build url? (I assume this link is not generated after starting a build from within the Bitrise.io platform itself…this would make deploy from CLI not supported)
I want this step to work because it allows me to notify the testers, friends, etc with the build via their email.