Skip to content
Snippets Groups Projects
Commit e5fa1af7 authored by Nourdin el Bacha's avatar Nourdin el Bacha
Browse files

Adding status mirroring to the CI/CD reference

parent 23c170f8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2321,6 +2321,24 @@ staging:
branch: stable
```
 
It is possible to mirror the status from a triggered pipeline:
```
trigger_job:
trigger:
project: my/project
strategy: depend
```
It is possible to mirror the status from a upstream pipeline:
```
upstream_bridge:
stage: test
needs:
pipeline: other/project
```
### `interruptible`
 
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/23464) in GitLab 12.3.
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