summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-06 03:34:09 +0000
committerEvan Read <eread@gitlab.com>2019-09-06 03:34:09 +0000
commit7fd27257c451cf8e3c4456adcaa457369d087b8f (patch)
treeade44785f47edcdc6416b321188f333d0b60c2ac
parent34822489d3633746592615cbd3e4bcc5b70a5d13 (diff)
parent387555e41a05f51fbcfddbfc9545f7136cf48d4d (diff)
downloadgitlab-ce-7fd27257c451cf8e3c4456adcaa457369d087b8f.tar.gz
Merge branch 'docs/add-introduced-version' into 'master'
Add docs required version for mirroring status See merge request gitlab-org/gitlab-ce!32691
-rw-r--r--doc/ci/multi_project_pipelines.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/multi_project_pipelines.md b/doc/ci/multi_project_pipelines.md
index 377ae9717b2..9e18d1d883c 100644
--- a/doc/ci/multi_project_pipelines.md
+++ b/doc/ci/multi_project_pipelines.md
@@ -178,6 +178,8 @@ the ones defined in the upstream project will take precedence.
### Mirroring status from triggered pipeline
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/11238) in [GitLab Premium](https://about.gitlab.com/pricing/) 12.3.
+
You can mirror the pipeline status from the triggered pipeline to the source
bridge job by using `strategy: depend`. For example: