You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/pipelines/build_meta_data.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,15 @@ Assuming that the "release-version" key was set with the value from the Setting
38
38
39
39
## Using meta-data on the dashboard
40
40
41
-
Meta-data is not widely exposed in the Buildkite dashboard, but it can be added to most builds URLs to filter down the list of builds shown to only those with certain meta-data.
41
+
You can add `meta_data[…]=…` query parameters to most builds URLs to filter down the list of builds shown to only those with certain meta-data.
42
42
43
-
To list builds in a pipeline which have a "release-version" of "1.1" you could use:
43
+
For example, to list builds in a pipeline which have a "release-version" of "1.1" you can use:
0 commit comments