We use buildkite-agent annotate feature to mark our build. Thanks to the helpful examples in the Docs, we got creative about providing meaningful information to our team.
What I noticed though, when we reference external images hosted in Github’s private repository, they don’t get displayed at all. It is my observation that Buildkite attempts to preload images in annotations and store them in local cache. But since Buildkite itself doesn’t have an active session with Github, Github returns 404, and Buildkite stores no image.
Is there a way to make Buildkite to preserve the original URL without trying to retrieve them. This would allow the users with active Github session access the URL and retrieve the images.
Thanks.