Skip to content

Commit

Permalink
Merge pull request coreos#4694 from jlebon/pr/abort-concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Nov 22, 2023
2 parents e9e0076 + 817250d commit 066fa29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// Documentation: https://github.com/coreos/coreos-ci/blob/main/README-upstream-ci.md

properties([
// abort previous runs when a PR is updated to save resources
disableConcurrentBuilds(abortPrevious: true)
])

stage("Build") {
parallel rpms: {
def n = 4
Expand Down

0 comments on commit 066fa29

Please sign in to comment.