Skip to content

Commit

Permalink
kie-issues#587 abort stale builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Sep 22, 2023
1 parent 6f29c04 commit 8f77007
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: 480, unit: 'MINUTES')
disableConcurrentBuilds(abortPrevious: true)
}
environment {
BUILDCHAIN_PROJECT = 'apache/incubator-kie-drools'
Expand Down

0 comments on commit 8f77007

Please sign in to comment.