This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch 8.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git
The following commit(s) were added to refs/heads/8.x by this push:
new b4144d7f kie-issues#587 abort stale builds (#608)
b4144d7f is described below
commit b4144d7fc3d5438d36c23827cfd9030f4d601514
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Sep 22 18:14:23 2023 +0200
kie-issues#587 abort stale builds (#608)
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 a6fc2c85..2aeb1c4b 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -9,6 +9,7 @@ pipeline {
options {
timestamps()
timeout(time: 720, unit: 'MINUTES')
+ disableConcurrentBuilds(abortPrevious: true)
}
environment {
BUILDCHAIN_PROJECT = 'apache/incubator-kie-optaplanner-quickstarts'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]