By chance is there a way to link to the latest successful build on a specific branch in a pipeline?
As a Buildkite user, I want to easily locate some artifact from the latest successful build off main
to check the state of it.
For example, we generate a report during our main
CI build, and I’d like to have a URL shortcut directly to this report for easy consumption.
Perhaps just a /latest
slug off the pipeline URL would be easy to implement?