summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-10-29 17:08:21 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-10-29 17:08:21 +0100
commit10af12b4112bdf6a604edeffa236360686d36d8d (patch)
tree3d24f16aefbb628dfcf54da392e747b8eb3190a9
parent1a92af2868f6ef565d5730c2f2da3455bf576c9c (diff)
downloadgitlab-ce-41545-gitlab-merge-request-status-could-not-connect-to-the-ci-server-please-check-your-settings-and-try-again.tar.gz
-rw-r--r--doc/user/project/merge_requests/index.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index a1848c33192..0a7f7d37384 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -238,7 +238,22 @@ Find out about [bulk editing merge requests](../../project/bulk_editing.md).
## Troubleshooting
-### Merge Request cannot retrieve the pipeline status
+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: