interruptible
Mark a job as safe to cancel when a newer pipeline starts.
Supported: boolean
Examples
Interruptible job
job:
script: echo "job"
interruptible: true
Non-interruptible job
job:
script: echo "job"
interruptible: false
Mark a job as safe to cancel when a newer pipeline starts.
Supported: boolean
job:
script: echo "job"
interruptible: true
job:
script: echo "job"
interruptible: false