Skip to content

Commit

Permalink
Set meta-data as well
Browse files Browse the repository at this point in the history
  • Loading branch information
aressem committed Jan 28, 2025
1 parent a57d14b commit 5f8d2ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/plugins/factory-reporter/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ if [[ $BUILDKITE_PULL_REQUEST == "false" ]]; then
else
VESPA_VERSION="$(curl -sSLf 'https://api.factory.vespa.ai/factory/v1/latest-successful-build?platform=opensource_centos7&vespaMajor=8' | jq -re .version)"
export VESPA_VERSION
buildkite-agent meta-data set vespa-version $VESPA_VERSION
fi

0 comments on commit 5f8d2ef

Please sign in to comment.