summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-28 05:57:25 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-28 05:57:25 +0000
commit59847ef0ac3e4409f6053a019121a5c7cd698812 (patch)
tree6ca67f351eb475d4479d4a350f7f90baf54f3304 /doc/ci/yaml
parentfb276565297f8fd77f0dc1c8e51a42fec8697fce (diff)
downloadgitlab-ce-59847ef0ac3e4409f6053a019121a5c7cd698812.tar.gz
Fixes Introduced in text for our renderer
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 1368764bcf8..06dceeb37d4 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1899,9 +1899,8 @@ job1:
### `retry`
-> [Introduced][ce-12909] in GitLab 9.5.
-> [Behaviour expanded](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21758)
-> in GitLab 11.5 to control on which failures to retry.
+> - [Introduced][ce-12909] in GitLab 9.5.
+> - [Behaviour expanded](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21758) in GitLab 11.5 to control on which failures to retry.
`retry` allows you to configure how many times a job is going to be retried in
case of a failure.