This is an automated email from the ASF dual-hosted git repository.
lucamolteni 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 b4560db8bf kie-issues#769: fix another case of async cleanWs
b4560db8bf is described below
commit b4560db8bf49774df5b550e0a9420bd04bced209
Author: jstastny-cz <[email protected]>
AuthorDate: Fri Dec 15 10:27:37 2023 +0100
kie-issues#769: fix another case of async cleanWs
---
.ci/jenkins/Jenkinsfile.setup-branch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch
b/.ci/jenkins/Jenkinsfile.setup-branch
index 1c0493b6d0..9afd8dd082 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -26,7 +26,7 @@ pipeline {
stage('Initialize') {
steps {
script {
- cleanWs()
+ cleanWs(disableDeferredWipeout: true)
if (params.DISPLAY_NAME) {
currentBuild.displayName = params.DISPLAY_NAME
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]