Skip to content

Commit

Permalink
kie-issues#587 abort stale builds (apache#608)
Browse files Browse the repository at this point in the history
Co-authored-by: jstastny-cz <[email protected]>
  • Loading branch information
2 people authored and lucamolteni committed Jul 26, 2024
1 parent 21c2673 commit 8c09b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pipeline {
options {
timestamps()
timeout(time: 720, unit: 'MINUTES')
disableConcurrentBuilds(abortPrevious: true)
}
environment {
BUILDCHAIN_PROJECT = 'apache/incubator-kie-optaplanner-quickstarts'
Expand Down

0 comments on commit 8c09b45

Please sign in to comment.