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-images.git
commit 6911aabff2160562a8fb4e217f7c3da4de2b603f Author: Jan Stastny <[email protected]> AuthorDate: Wed Jul 17 14:45:26 2024 +0200 NO-ISSUE: fix setup-branch cleanWs problem Co-authored-by: jstastny-cz <[email protected]> --- .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 5c5e06c8..10bcead4 100644 --- a/.ci/jenkins/Jenkinsfile.setup-branch +++ b/.ci/jenkins/Jenkinsfile.setup-branch @@ -39,7 +39,7 @@ pipeline { stage('Initialization') { 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]
