GitLab CI Kotlin DSL • opensavvy.gitlab.ci • Job • interruptible
interruptible¶
fun interruptible(bool: Boolean)
Determines whether this job can be safely canceled after it has started.
If set to true
, if a new commit is pushed to the same branch, this job will be canceled.
If set to false
(the default), if a new commit is pushed to the same branch, the job and any later jobs in the pipeline will continue executing.