We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3515da7 commit 03a384eCopy full SHA for 03a384e
.buildkite/scripts/build_pr.sh
@@ -15,7 +15,9 @@ export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
15
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
16
17
# Set some metadata for build filtering capabilities
18
+# https://buildkite.com/elastic/docs-build-pr/builds?meta_data[repo]=tech-content
19
# https://buildkite.com/elastic/docs-build-pr/builds?meta_data[repo_pr]=tech-content_123
20
+buildkite-agent meta-data set "repo" "${GITHUB_PR_BASE_REPO}"
21
buildkite-agent meta-data set "repo_pr" "${GITHUB_PR_BASE_REPO}_${GITHUB_PR_NUMBER}"
22
23
rebuild_opt=""
0 commit comments