Skip to content
Snippets Groups Projects
Verified Commit 3ca6a3a2 authored by Matija Čupić's avatar Matija Čupić
Browse files

Backport documentation from EE

parent f90759bb
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