summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Tabin <cedric.tabin@sai-erp.net>2019-09-06 16:15:47 +0200
committerCédric Tabin <cedric.tabin@sai-erp.net>2019-09-06 16:19:57 +0200
commit01f19616bb9c79bb58f526fd5454b8460dc7cbc8 (patch)
tree18b786e03eaafd6815b45a80f75ad4501b4f56d9
parent35023d435ddd4c4709f06ea24ebd92480a1a64cb (diff)
downloadgitlab-ce-01f19616bb9c79bb58f526fd5454b8460dc7cbc8.tar.gz
Adds the introduced header of the interruptible property
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 8f2e95dbb10..6a039069040 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -2086,6 +2086,8 @@ staging:
### `interruptible`
+> [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.
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.