summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Tabin <cedric.tabin@sai-erp.net>2019-09-06 16:15:24 +0200
committerCédric Tabin <cedric.tabin@gmail.com>2019-09-09 08:35:20 +0200
commit6bafb3c129dc1cf40dcc389a2ce44db37bd1d515 (patch)
tree4f3d5dd06b3779a1dbbb673c204a434bcd56119a
parent01f19616bb9c79bb58f526fd5454b8460dc7cbc8 (diff)
downloadgitlab-ce-6bafb3c129dc1cf40dcc389a2ce44db37bd1d515.tar.gz
Fixes documentation about default value of interruptible property
-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 6a039069040..8aae0e85c89 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -2088,7 +2088,7 @@ staging:
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23464) in GitLab 12.3.
-`interruptible` is used to indicate that a job should be canceled if made redundant by a newer run of the same job. Defaults to `false` if there is an environment defined and `true` otherwise.
+`interruptible` is used to indicate that a job should be canceled if made redundant by a newer run of the same job. Defaults to `true`.
This value will only be used if the [automatic cancellation of redundant pipelines feature](https://docs.gitlab.com/ee/user/project/pipelines/settings.html#auto-cancel-pending-pipelines)
is enabled.