Skip to content

Set 'interruptible' flag on build pipelines

Sam Thursfield requested to merge sam/interruptible into master

This should save resources on the builders by cancelling jobs which have been superceded by a new pipeline, for example when you push a fix for a problem.

See https://docs.gitlab.com/ee/ci/yaml/README.html#interruptible

Merge request reports