Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Azzopardi <sazzopardi@gitlab.com>2019-09-06 06:34:08 +0300
committerEvan Read <eread@gitlab.com>2019-09-06 06:34:08 +0300
commit387555e41a05f51fbcfddbfc9545f7136cf48d4d (patch)
treeade44785f47edcdc6416b321188f333d0b60c2ac
parent34822489d3633746592615cbd3e4bcc5b70a5d13 (diff)
Add docs required version for mirroring status
-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: