From 4b2875a000342da7ea5b4f174bb6104aaf72f3fc Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Fri, 7 Dec 2018 14:50:54 +0900 Subject: Documentation for merge request pipelines This is a documentation change about #15310. --- doc/user/project/merge_requests/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/user') 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, -- cgit v1.2.1