summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2018-10-24 21:57:19 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2018-11-07 13:05:21 +0100
commit293c7b9e4164a2b224d6fcf80c402757130cff1f (patch)
tree06a8d17837fb71b81f926b08ee914dd1b8da8cb5
parent9b327ffdbd3c5c845edcd3cdc82f45468899a22f (diff)
downloadgitlab-ce-293c7b9e4164a2b224d6fcf80c402757130cff1f.tar.gz
small doc fix [CI SKIP]
-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 624a4bda2c3..c827faace33 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1498,7 +1498,7 @@ Possible values for `when` are:
- `always`: Retry on any failure (default).
- `unknown_failure`: Retry when the failure reason is unknown.
- `script_failure`: Retry when the script failed.
-- `api_failure`: Retry on api failure.
+- `api_failure`: Retry on API failure.
- `stuck_or_timeout_failure`: Retry when the job got stuck or timed out.
- `runner_system_failure`: Retry if there was a runner system failure (e.g. setting up the job failed).
- `missing_dependency_failure`: Retry if a dependency was missing.