diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-01-28 04:10:47 +0200 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-03-21 17:24:16 +0000 |
commit | c9bad630728eda0f9e338f9a2495291a22e08a24 (patch) | |
tree | bb4a3418f6110ae4054bcb72aa8cb09a47f5fadf /doc/ci | |
parent | aa168687a29e9f42a764878b98942857d9b353bb (diff) | |
download | gitlab-ce-c9bad630728eda0f9e338f9a2495291a22e08a24.tar.gz |
Fix CI Jobs retry link
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index accf6340398..fed959f0c1b 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1150,7 +1150,7 @@ job1: ## `retry` -> [Introduced][ce-3442] in GitLab 9.5. +> [Introduced][ce-12909] in GitLab 9.5. `retry` allows you to configure how many times a job is going to be retried in case of a failure. @@ -1565,5 +1565,5 @@ CI with various languages. [variables]: ../variables/README.md [ce-7983]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7983 [ce-7447]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7447 -[ce-3442]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3442 +[ce-12909]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12909 [schedules]: ../../user/project/pipelines/schedules.md |