This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b92ddb88e kie-issues#587 abort stale builds (#2988)
2b92ddb88e is described below

commit 2b92ddb88e635f53db8f61f4ad4b1d829d3518e1
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Sep 22 18:14:02 2023 +0200

    kie-issues#587 abort stale builds (#2988)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 .ci/jenkins/Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile
index 8f360bd068..ef9a4e5c6e 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -9,6 +9,7 @@ pipeline {
     options {
         timestamps()
         timeout(time: 360, unit: 'MINUTES')
+        disableConcurrentBuilds(abortPrevious: true)
     }
     environment {
         BUILDCHAIN_PROJECT = 'apache/incubator-kie-optaplanner'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to