buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

Linking to a build artifact in the log #476

Closed jonleighton closed 5 years ago

jonleighton commented 5 years ago

I would like the following (Ruby code) to work:

puts "\e]1339;url=artifact://#{path};content=#{path}\a"

This is correctly turned into a link in the log output, but the link points to artifact://.... So the artifact URL is not replaced with the real underlying URL. This happens with screenshots but doesn't appear to work with links.

Cheers!

sj26 commented 5 years ago

Hi @jonleighton! 👋 Just wanted to let you know that this should be working now. 👌 Sorry it took so long. 🙇‍♂️

jonleighton commented 5 years ago

Awesome, thanks! 🎉