Skip to content

Commit

Permalink
Abort previous builds on new push
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwedler committed Oct 6, 2023
1 parent 7b6b6a5 commit e8bbd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


properties([
disableConcurrentBuilds(),
disableConcurrentBuilds(abortPrevious: true),
buildDiscarder(logRotator(artifactDaysToKeepStr: '',
artifactNumToKeepStr: '',
daysToKeepStr: '',
Expand Down

0 comments on commit e8bbd92

Please sign in to comment.