Open thomas-riccardi opened 1 year ago
improve implementation of #485 by using properties([disableConcurrentBuilds(abortPrevious: true)]) instead of milestone .
properties([disableConcurrentBuilds(abortPrevious: true)])
milestone
See https://github.com/jenkinsci/workflow-job-plugin/pull/200
warnings:
org.jenkinsci.plugins.pipeline.milestone.CancelledCause
DisableConcurrentBuildsJobProperty.CancelledCause
improve implementation of #485 by using
properties([disableConcurrentBuilds(abortPrevious: true)])
instead ofmilestone
.See https://github.com/jenkinsci/workflow-job-plugin/pull/200
warnings:
org.jenkinsci.plugins.pipeline.milestone.CancelledCause
to something likeDisableConcurrentBuildsJobProperty.CancelledCause