summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2019-09-03 13:26:40 +0200
committerMatija Čupić <matteeyah@gmail.com>2019-09-03 13:26:40 +0200
commit3ca6a3a201cdff0804f695a12a84f95dd7d03343 (patch)
treec846aa93a1f430c62f42b3344b1eef8691f89e53
parentf90759bbf31853e0e69db98588f2416cdef6e2f6 (diff)
downloadgitlab-ce-mc/feature/downstream-pipeline-tracking-ce.tar.gz
Backport documentation from EEmc/feature/downstream-pipeline-tracking-ce
Backport documentation from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15580
-rw-r--r--doc/ci/multi_project_pipelines.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ci/multi_project_pipelines.md b/doc/ci/multi_project_pipelines.md
index 61f260cb70d..377ae9717b2 100644
--- a/doc/ci/multi_project_pipelines.md
+++ b/doc/ci/multi_project_pipelines.md
@@ -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