diff options
author | Douwe Maan <douwe@gitlab.com> | 2019-05-02 10:28:39 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2019-05-02 10:28:39 +0000 |
commit | 86900f00004ed5f862c3b72b4f643036f97a8e56 (patch) | |
tree | bee69e311b41536d323f617984b340df28f3febc /doc/ci | |
parent | 743508bfa5f19b201790f14648667eb38e255282 (diff) | |
parent | d6cf6fd754842d67fe4bcc39e35a9a298ac60091 (diff) | |
download | gitlab-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/ci')
-rw-r--r-- | doc/ci/pipelines.md | 3 |
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. |