Hi!
Background:
I’d like to migrate away from the Bitrise Github App that adds a Github Status Check to PRs, and towards something that provides more granular information. I believe I can get there with the Github Status integration. The end result will be something that looks similar to this, with the individual steps of a build broken out:
When creating a build status, you are able to give it a target_url
, which will be navigated to when the user clicks the Details
link at the right of the status (see screenshot above).
Ask:
I know I can get a url that points to a bitrise build. Is there a way to get a link that points to a specific step in a bitrise build? I would like to allow developers to navigate to a step directly within a bitrise build, rather than hunting through the build logs themselves.