Merge branch 'fix-doc-interruptible-env-default' into 'master'

Fixes interruptible property documentation

See merge request gitlab-org/gitlab-ce!32758
This commit is contained in:
Ash McKenzie 2019-09-09 11:04:52 +00:00
commit 7cc631d251
1 changed files with 3 additions and 1 deletions

View File

@ -2086,7 +2086,9 @@ staging:
### `interruptible`
`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.
> [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 `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.