summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2019-05-02 10:28:39 +0000
committerDouwe Maan <douwe@gitlab.com>2019-05-02 10:28:39 +0000
commit86900f00004ed5f862c3b72b4f643036f97a8e56 (patch)
treebee69e311b41536d323f617984b340df28f3febc /doc
parent743508bfa5f19b201790f14648667eb38e255282 (diff)
parentd6cf6fd754842d67fe4bcc39e35a9a298ac60091 (diff)
downloadgitlab-ce-86900f00004ed5f862c3b72b4f643036f97a8e56.tar.gz
Merge branch '53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs' into 'master'
Disable retrying cancelled jobs Closes #53064 See merge request gitlab-org/gitlab-ce!27503
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/pipelines.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md
index 2ffa3d4edc7..07129eb4186 100644
--- a/doc/ci/pipelines.md
+++ b/doc/ci/pipelines.md
@@ -266,6 +266,9 @@ Clicking on an individual job will show you its job trace, and allow you to:
- Retry the job.
- Erase the job trace.
+NOTE: **Note:**
+To prevent jobs from being bypassed or run out of order, canceled jobs can only be retried when the whole pipeline they belong to is retried.
+
### Seeing the failure reason for jobs
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17782) in GitLab 10.7.