Skip to content

Commit

Permalink
[buildkite] Do collapsing annotations for Terrazzo pipelines as well (e…
Browse files Browse the repository at this point in the history
…lastic#101239)

(cherry picked from commit 24ef517)
  • Loading branch information
brianseeders authored Oct 23, 2023
1 parent 7511892 commit 98d4539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fi

# Initialize the build scan and gobld annotations with empty/open <details> tags
# This ensures that they are collapsible when they get appended to
if [[ "${BUILDKITE_LABEL:-}" == *"Pipeline upload"* ]]; then
if [[ "${BUILDKITE_LABEL:-}" == *"Pipeline upload"* || "${BUILDKITE_LABEL:-}" == *"Upload Pipeline"* ]]; then
cat << EOF | buildkite-agent annotate --context "gradle-build-scans" --style "info"
<details>
Expand Down

0 comments on commit 98d4539

Please sign in to comment.