diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-03-22 11:27:18 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-03-22 11:27:18 +0000 |
commit | 89de9bd8bc0ccdc814e68507b9f8a55350ebadc7 (patch) | |
tree | 3dfd1ea05ccebe5c62e6027f5ee076436a72b73b | |
parent | d68ddc8366dec3a9aed357c96446a43d36e5de43 (diff) | |
parent | c9bad630728eda0f9e338f9a2495291a22e08a24 (diff) | |
download | gitlab-ce-89de9bd8bc0ccdc814e68507b9f8a55350ebadc7.tar.gz |
Merge branch 'ce-version-of-ee-4295' into 'master'
Fix CI Jobs retry link
See merge request gitlab-org/gitlab-ce!17913
-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 3b9f9be2f6e..7184f3367be 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1132,7 +1132,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. @@ -1547,5 +1547,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 |