Skip to content

Commit

Permalink
Merge pull request #161 from buildkite/sup-2800
Browse files Browse the repository at this point in the history
Update the precedence order of environment_variables.md
  • Loading branch information
karensawrey authored Dec 24, 2024
2 parents 208765e + aa1604b commit af75e23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/pipelines/configure/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ There are two places in a pipeline.yml file that you can set environment variabl

Defining an environment variable at the top of your yaml file will set that variable on each of the command steps in the pipeline, and is equivalent to setting the `env` attribute on every step. This includes further pipeline uploads through `buildkite-agent pipeline upload`.

> 📘
> Top level pipeline environment variables will override what is set in the `env` attribute of an individual step.

#### Setting variables in a Trigger step

Environment variables are not automatically passed through to builds created with [trigger steps](/docs/pipelines/configure/step-types/trigger-step). To set build-level environment variables on triggered builds, set the trigger step's `env` attribute.
Expand Down

0 comments on commit af75e23

Please sign in to comment.