buildkite / frontend

🌏 The front-end application code for https://buildkite.com
MIT License
137 stars 27 forks source link

[Feature request]: Enable ability to generate hyperlink directly to build step #766

Closed twilco closed 5 years ago

twilco commented 5 years ago

You are obviously able to share a hyperlink to a specific build:

https://buildkite.com/my-org/project/builds/322

But it would be nice to also be able to link directly to a specific build step. This might look something like:

https://buildkite.com/my-org/project/builds/322#integration-test-temp-deployment

ticky commented 5 years ago

Hi @twilco, you can actually link to specific steps already, we just only support the job UUID!

You can copy direct links from the build header, or click to open the job you want, and then copy the URL from your address bar.

twilco commented 5 years ago

Wow, not sure how I missed this. Thanks!