diff options
author | Miranda Fluharty <mfluharty@gitlab.com> | 2019-05-01 15:36:16 +0000 |
---|---|---|
committer | Miranda Fluharty <mfluharty@gitlab.com> | 2019-05-01 15:36:16 +0000 |
commit | d6cf6fd754842d67fe4bcc39e35a9a298ac60091 (patch) | |
tree | 1c6adf28339298c1b71779d2f383ac1954b10713 /doc/ci/pipelines.md | |
parent | 9c6ef1db259abdb7313817c26182282874621f52 (diff) | |
download | gitlab-ce-d6cf6fd754842d67fe4bcc39e35a9a298ac60091.tar.gz |
Apply suggestion to doc/ci/pipelines.md53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs
Diffstat (limited to 'doc/ci/pipelines.md')
-rw-r--r-- | doc/ci/pipelines.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index cb1fd43e179..07129eb4186 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -266,10 +266,8 @@ Clicking on an individual job will show you its job trace, and allow you to: - Retry the job. - Erase the job trace. ->**Note:** -Once a job has been canceled, it cannot be retried in isolation. -This prevents jobs from being bypassed or run out of order. -To retry a canceled job, retry the pipeline it belongs to. +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 |