Document multi-project variable precedence
This commit is contained in:
parent
ab509c7892
commit
f710c1d1c7
1 changed files with 5 additions and 0 deletions
|
@ -171,6 +171,11 @@ In this scenario, the `UPSTREAM_BRANCH` variable with a value related to the
|
||||||
upstream pipeline will be passed to the `downstream-job` job, and will be available
|
upstream pipeline will be passed to the `downstream-job` job, and will be available
|
||||||
within the context of all downstream builds.
|
within the context of all downstream builds.
|
||||||
|
|
||||||
|
NOTE: **Tip:**
|
||||||
|
Upstream pipelines take precedence over downstream ones. If there are two
|
||||||
|
variables with the same name defined in both upstream and downstream projects,
|
||||||
|
the ones defined in the upstream project will take precedence.
|
||||||
|
|
||||||
### Limitations
|
### Limitations
|
||||||
|
|
||||||
Because bridge jobs are a little different to regular jobs, it is not
|
Because bridge jobs are a little different to regular jobs, it is not
|
||||||
|
|
Loading…
Reference in a new issue