summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiranda Fluharty <mfluharty@gitlab.com>2019-05-01 15:36:16 +0000
committerMiranda Fluharty <mfluharty@gitlab.com>2019-05-01 15:36:16 +0000
commitd6cf6fd754842d67fe4bcc39e35a9a298ac60091 (patch)
tree1c6adf28339298c1b71779d2f383ac1954b10713
parent9c6ef1db259abdb7313817c26182282874621f52 (diff)
downloadgitlab-ce-53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs.tar.gz
-rw-r--r--doc/ci/pipelines.md6
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