diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-10-23 15:23:32 +0200 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-10-24 20:16:14 +0200 |
commit | 2f6c4724eee52d1b3ab8dadff18d72ea7708b78b (patch) | |
tree | 406d08e84c5945c8c6d7257119807347cf381faa | |
parent | 9f0dbf8a44cf8322edd5097f37b30853d78c4d79 (diff) | |
download | gitlab-ce-2f6c4724eee52d1b3ab8dadff18d72ea7708b78b.tar.gz |
Add troubleshooting section to MR docs
-rw-r--r-- | doc/user/project/merge_requests/index.md | 10 |
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 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 |