Deepomatic / dmake

DMake is a tool to manage micro-service based applications
MIT License
36 stars 3 forks source link

Replace milestone by new and more efficient `disableConcurrentBuilds(abortPrevious: true)` #546

Open thomas-riccardi opened 1 year ago

thomas-riccardi commented 1 year ago

improve implementation of #485 by using properties([disableConcurrentBuilds(abortPrevious: true)]) instead of milestone .

See https://github.com/jenkinsci/workflow-job-plugin/pull/200

warnings: