Commit e5fa1af7 authored by Nourdin el Bacha's avatar Nourdin el Bacha

Adding status mirroring to the CI/CD reference

parent 23c170f8
......@@ -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.
......
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