Skip to content

Commit

Permalink
Update environment_variables.md
Browse files Browse the repository at this point in the history
Clarification.
  • Loading branch information
karensawrey committed Dec 12, 2024
1 parent faba09e commit aa1604b
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 aa1604b

Please sign in to comment.