Skip to content

Commit

Permalink
prevent rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Nov 8, 2023
1 parent b1cdbdb commit e5c2682
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 @@ -10,6 +10,7 @@ pipeline {
timestamps()
timeout(time: 480, unit: 'MINUTES')
disableConcurrentBuilds(abortPrevious: true)
disableRestartFromStage()
}
environment {
BUILDCHAIN_PROJECT = 'apache/incubator-kie-kogito-runtimes'
Expand Down

0 comments on commit e5c2682

Please sign in to comment.