Commit 4fff94c0 authored by Tom Atkins's avatar Tom Atkins

Merge branch 'docs-add-status-mirror' into 'master'

Adding status mirroring to the CI/CD reference

See merge request gitlab-org/gitlab!19007
parents 30037ed9 7c64d742
......@@ -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 an 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