Skip to content

Commit

Permalink
ci: annotate build step to make it easier to find artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Sep 19, 2023
1 parent 91c96b2 commit a5c1025
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ steps:
artifact_paths:
- "bazel-bin/scion.tar"
- "bazel-bin/scion-ci.tar"
plugins:
- scionproto/metahook#v0.3.0:
post-artifact: |
cat << EOF | buildkite-agent annotate
- <a href="artifact://bazel-bin/scion.tar">SCION binaries</a>
- <a href="artifact://bazel-bin/scion-ci.tar">SCION test tools and utilities binaries</a>
EOF
retry: &automatic-retry
automatic:
- exit_status: -1 # Agent was lost
Expand Down

0 comments on commit a5c1025

Please sign in to comment.