Skip to content

Commit 8c75f76

Browse files
authored
Merge pull request buildkite#1748 from buildkite/buildkite-pipeline-teams-env
Add BUILDKITE_PIPELINE_TEAMS to env docs
2 parents b2a6ba6 + 447a979 commit 8c75f76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data/content/environment_variables.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ variables:
290290
The pipeline slug on Buildkite as used in URLs.
291291
modifiable: false
292292
example: "my-project"
293+
- name: BUILDKITE_PIPELINE_TEAMS
294+
desc: |
295+
A colon separated list of the pipeline's non-private team slugs.
296+
modifiable: false
297+
example: "deploy:ops:production"
293298
- name: BUILDKITE_PLUGINS
294299
desc: |
295300
A JSON object containing a list plugins used in the step, and their configuration.

0 commit comments

Comments
 (0)