From 3ca6a3a201cdff0804f695a12a84f95dd7d03343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C4=8Cupi=C4=87?= Date: Tue, 3 Sep 2019 13:26:40 +0200 Subject: Backport documentation from EE Backport documentation from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15580 --- doc/ci/multi_project_pipelines.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.1