Backport documentation from EE

Backport documentation from
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15580
This commit is contained in:
Matija Čupić 2019-09-03 13:26:40 +02:00
parent f90759bbf3
commit 3ca6a3a201
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 12 additions and 0 deletions

View File

@ -176,6 +176,18 @@ 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.
### Mirroring status from triggered pipeline
You can mirror the pipeline status from the triggered pipeline to the source
bridge job by using `strategy: depend`. For example:
```yaml
trigger_job:
trigger:
project: my/project
strategy: depend
```
### Mirroring status from upstream pipeline
You can mirror the pipeline status from an upstream pipeline to a bridge job by