Commit 264b0878 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'mc/feature/downstream-pipeline-tracking-ce' into 'master'

Backport documentation for status checking behaviors

See merge request gitlab-org/gitlab-ce!32184
parents f3b9ddb1 3ca6a3a2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment