diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-10-31 10:29:44 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-10-31 10:29:44 +0000 |
commit | e89534796dba6fd82fd1e0b26dacb24412b74441 (patch) | |
tree | 35327a85936af9cc5dcf204a5e88d2f26ee38e92 /doc/user | |
parent | 98a504ecbb45907517ae465018906af7ef4573de (diff) | |
parent | 10af12b4112bdf6a604edeffa236360686d36d8d (diff) | |
download | gitlab-ce-e89534796dba6fd82fd1e0b26dacb24412b74441.tar.gz |
Merge branch '41545-gitlab-merge-request-status-could-not-connect-to-the-ci-server-please-check-your-settings-and-try-again' into 'master'
Resolve "Reword error message for internal CI unknown pipeline status"
Closes #53056
See merge request gitlab-org/gitlab-ce!22474
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/merge_requests/index.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index f9ebf277125..0a7f7d37384 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -236,6 +236,35 @@ 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 + +Sometimes things don't go as expected in a merge request, here are some +troubleshooting steps. + +### Merge request cannot retrieve the pipeline status + +This can occur for one of two reasons: + +* Sidekiq doesn't pick up the changes fast enough +* Because of the bug described in [#41545](https://gitlab.com/gitlab-org/gitlab-ce/issues/41545) + +#### Sidekiq + +Sidekiq didn't process the CI state change fast enough. Please wait a few +seconds and the status will update automatically. + +#### Bug + +Merge Request pipeline statuses can't be retrieved when the following occurs: + +1. A Merge Requst is created +1. The Merge Request is closed +1. Changes are made in the project +1. The Merge Request is reopened + +To enable the pipeline status to be properly retrieved, close and reopen the +Merge Request again. + ## Tips Here are some tips that will help you be more efficient with merge requests in |