From 2f6c4724eee52d1b3ab8dadff18d72ea7708b78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C4=8Cupi=C4=87?= Date: Tue, 23 Oct 2018 15:23:32 +0200 Subject: Add troubleshooting section to MR docs --- doc/user/project/merge_requests/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index f9ebf277125..4c4dc1c1a56 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -236,6 +236,16 @@ all your changes will be available to preview by anyone with the Review Apps lin Find out about [bulk editing merge requests](../../project/bulk_editing.md). +## Troubleshooting + +### MR can not retrieve the pipeline status + +The MR won't be able to retrieve the pipeline status if you created the MR, +closed it, made changes in the project then reopened it. + +The workaround is to close and reopen the Merge Request so it can properly fetch +the pipeline status. + ## Tips Here are some tips that will help you be more efficient with merge requests in -- cgit v1.2.1