Skip to content

Commit eee8a5c

Browse files
authored
Add doc to access the /meta-data page of a build
1 parent 2ae59cb commit eee8a5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/pipelines/build_meta_data.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ Meta-data is not widely exposed in the Buildkite dashboard, but it can be added
4242

4343
To list builds in a pipeline which have a "release-version" of "1.1" you could use:
4444

45-
https://buildkite.com/my-organization/my-pipeline/builds?meta_data[release-version]=1.1
45+
https://buildkite.com/{my-organization}/{my-pipeline}/builds?meta_data[release-version]=1.1
46+
47+
You can also see the list of all meta-data associated with a given build by appending `/meta-data` to the URL of a build:
48+
49+
https://buildkite.com/{my-organization}/{my-pipeline}/builds/{build-number}/meta-data
4650

4751
## Using meta-data in the REST API
4852

0 commit comments

Comments
 (0)