Skip to content

Commit

Permalink
Add doc to access the /meta-data page of a build
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Sep 6, 2023
1 parent 2ae59cb commit 25edd32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/pipelines/build_meta_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ Meta-data is not widely exposed in the Buildkite dashboard, but it can be added

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

https://buildkite.com/my-organization/my-pipeline/builds?meta_data[release-version]=1.1
https://buildkite.com/{my-organization}/{my-pipeline}/builds?meta_data[release-version]=1.1

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:

https://buildkite.com/{my-organization}/{my-pipeline}/builds/{build-number}/meta-data

## Using meta-data in the REST API

Expand Down

0 comments on commit 25edd32

Please sign in to comment.