summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2019-05-20 17:01:45 +0000
committerEvan Read <eread@gitlab.com>2019-05-20 17:01:45 +0000
commit67116336e032491cf0b8c05696354a634bd4fb7d (patch)
treeadda55ba93c32f93e376ad756ed25c9a44969602
parent961a5f72f7f043540bf6e391edc3789a519f58bd (diff)
downloadgitlab-ce-67116336e032491cf0b8c05696354a634bd4fb7d.tar.gz
Clarify how to enable pipelines for merged results
-rw-r--r--doc/ci/merge_request_pipelines/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/merge_request_pipelines/index.md b/doc/ci/merge_request_pipelines/index.md
index 4c22026de3b..4492362e915 100644
--- a/doc/ci/merge_request_pipelines/index.md
+++ b/doc/ci/merge_request_pipelines/index.md
@@ -103,6 +103,10 @@ This feature disabled by default until we resolve issues with [contention handli
![Merge request pipeline config](img/merge_request_pipeline_config.png)
+CAUTION: **Warning:**
+Make sure your `gitlab-ci.yml` file is [configured properly for pipelines for merge requests](#configuring-pipelines-for-merge-requests),
+otherwise pipelines for merged results won't run and your merge requests will be stuck in an unresolved state.
+
### Pipelines for Merged Result's limitations
- This feature requires [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-runner) 11.9 or newer.