Document multi-project variable precedence

This commit is contained in:
Matija Čupić 2019-07-30 16:10:29 +02:00
parent ab509c7892
commit f710c1d1c7
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 5 additions and 0 deletions

View File

@ -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
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
Because bridge jobs are a little different to regular jobs, it is not