This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new be334cd21 kie-issues#667: fix cleanup and settingsXml handling (#514)
be334cd21 is described below
commit be334cd21852c44cadc3453c304c5a8b4115ad4d
Author: Jan Stastny <[email protected]>
AuthorDate: Thu Nov 2 15:27:23 2023 +0100
kie-issues#667: fix cleanup and settingsXml handling (#514)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/Jenkinsfile.post-release | 5 ++---
.ci/jenkins/Jenkinsfile.setup-branch | 3 +--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.post-release
b/.ci/jenkins/Jenkinsfile.post-release
index 1881d79e9..f10353894 100644
--- a/.ci/jenkins/Jenkinsfile.post-release
+++ b/.ci/jenkins/Jenkinsfile.post-release
@@ -39,7 +39,7 @@ pipeline {
stage('Initialization') {
steps {
script {
- cleanWs()
+ cleanWs(disableDeferredWipeout: true)
if (params.DISPLAY_NAME) {
currentBuild.displayName = params.DISPLAY_NAME
@@ -89,8 +89,7 @@ pipeline {
}
cleanup {
script {
- // Clean also docker in case of usage of testcontainers lib
- util.cleanNode('docker')
+ util.cleanNode()
}
}
}
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch
b/.ci/jenkins/Jenkinsfile.setup-branch
index 3c2b20b5d..280d32452 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -126,8 +126,7 @@ pipeline {
}
cleanup {
script {
- // Clean also docker in case of usage of testcontainers lib
- util.cleanNode('docker')
+ util.cleanNode()
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]