Skip to content
Snippets Groups Projects
Commit c7b2048d authored by Marcel Amirault's avatar Marcel Amirault :interrobang:
Browse files

Merge branch 'master-patch-69fe' into 'master'

Add a clarification about variable precedence for child pipelines

See merge request !109349



Merged-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Approved-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Reviewed-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Co-authored-by: default avatarDavid Dieulivol <ddieulivol@gitlab.com>
parents a95c1eea ba513f79
No related branches found
No related tags found
1 merge request!109349Add a clarification about variable precedence for child pipelines
Pipeline #753295186 canceled
......@@ -473,6 +473,7 @@ a few different methods, based on where the variable is created or defined.
### Pass YAML-defined CI/CD variables
You can use the `variables` keyword to pass CI/CD variables to a downstream pipeline.
These variables are "trigger variables" for [variable precedence](../variables/index.md#cicd-variable-precedence).
For example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment