This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main-kogito
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git
The following commit(s) were added to refs/heads/main-kogito by this push:
new 59b5ddba2 kie-issues#667: fix cleanup and settingsXml handling (#4531)
59b5ddba2 is described below
commit 59b5ddba218cf0c3d49b85264f1483820ecced51
Author: Jan Stastny <[email protected]>
AuthorDate: Thu Nov 2 15:27:46 2023 +0100
kie-issues#667: fix cleanup and settingsXml handling (#4531)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/Jenkinsfile.kie-kogito-post-release | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.kie-kogito-post-release
b/.ci/jenkins/Jenkinsfile.kie-kogito-post-release
index 79c1660ea..59c4927b8 100644
--- a/.ci/jenkins/Jenkinsfile.kie-kogito-post-release
+++ b/.ci/jenkins/Jenkinsfile.kie-kogito-post-release
@@ -30,7 +30,7 @@ pipeline {
stages{
stage('CleanWorkspace') {
steps {
- cleanWs()
+ cleanWs(disableDeferredWipeout: true)
}
}
stage('Initialize') {
@@ -161,7 +161,7 @@ pipeline {
}
}
post {
- always {
+ cleanup {
cleanWs()
}
unsuccessful {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]