summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-12-07 14:50:54 +0900
committerShinya Maeda <shinya@gitlab.com>2018-12-07 14:51:48 +0900
commit4b2875a000342da7ea5b4f174bb6104aaf72f3fc (patch)
treeb9cafe85d7ed3e1e39acd777e83c78f794843c9b /doc/user
parentec2c268b5ea51a11ded3dc87b034cca81b5090c4 (diff)
downloadgitlab-ce-4b2875a000342da7ea5b4f174bb6104aaf72f3fc.tar.gz
Documentation for merge request pipelines
This is a documentation change about #15310.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/merge_requests/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index 5b54b6ecdd5..878ab51005e 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -259,6 +259,16 @@ all your changes will be available to preview by anyone with the Review Apps lin
[Read more about Review Apps.](../../../ci/review_apps/index.md)
+## Customize a specific pipeline structure for merge requests
+
+When a developer updates a merge request, a pipeline should quickly report back
+its result to the developer, but often pipelines take long time to complete
+because general branch pipelines contain unrelated jobs to the merge request.
+You can customize a specific pipeline structure for merge requests in order to
+speed the cycle up by running only important jobs.
+
+[Learn more about pipelines for merge requests.](../../../ci/merge_request_pipelines/index.md)
+
## Pipeline status in merge requests
If you've set up [GitLab CI/CD](../../../ci/README.md) in your project,