Skip to content
Snippets Groups Projects
Commit 264b0878 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
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