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-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new bc4d19e48 kie-issues#587 abort stale builds (#1812)
bc4d19e48 is described below
commit bc4d19e48b2a45409fb9e6db1638c993eacb6180
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Sep 22 18:13:49 2023 +0200
kie-issues#587 abort stale builds (#1812)
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 0890b684e..dc15b9b4e 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'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]