diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile index 0890b684e9..dc15b9b4ed 100644 --- a/.ci/jenkins/Jenkinsfile +++ b/.ci/jenkins/Jenkinsfile @@ -9,6 +9,7 @@ pipeline { options { timestamps() timeout(time: 480, unit: 'MINUTES') + disableConcurrentBuilds(abortPrevious: true) } environment { BUILDCHAIN_PROJECT = 'apache/incubator-kie-kogito-examples'