summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormfluharty <mfluharty@gitlab.com>2019-04-23 20:28:31 -0600
committermfluharty <mfluharty@gitlab.com>2019-04-23 20:28:31 -0600
commit9c6ef1db259abdb7313817c26182282874621f52 (patch)
tree919b3d848e5514a3137c47417845faa152ea1f3f
parent6b7b07b7ec0bc434716236d18d34c9a4a4d2f2f4 (diff)
downloadgitlab-ce-9c6ef1db259abdb7313817c26182282874621f52.tar.gz
Update documentation to explain job retryability
-rw-r--r--doc/ci/pipelines.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md
index 2ffa3d4edc7..cb1fd43e179 100644
--- a/doc/ci/pipelines.md
+++ b/doc/ci/pipelines.md
@@ -266,6 +266,11 @@ 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.
+
### Seeing the failure reason for jobs
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17782) in GitLab 10.7.