Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2018-10-19 17:54:29 +0300
committerMarkus Doits <markus.doits@stellenticket.de>2018-11-07 15:05:13 +0300
commit63aa35cb206d265faeebfaf2cc71156c69077ce8 (patch)
tree2252200f45351d53bc0482b4e80efe2ba6d0cce1 /doc
parent9818bb561889579ed1031e90b7879ec1c3f0e25a (diff)
small fixes to doc and remove on whitespace noise
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 7be00f0bfc8..056e52843e7 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1433,7 +1433,7 @@ job1:
## `retry`
> [Introduced][ce-12909] in GitLab 9.5.
-> [Behaviour expanded][ce-21758] in GitLab 11.4 to control on which failures to retry.
+> [Behaviour expanded][ce-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.