This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 261e5624 INFRA-25758: try to cleanUp the workspace via another method
261e5624 is described below
commit 261e5624bd23ef0a4bc87e9e8b833f5fb7b7716b
Author: P. Ottlinger <[email protected]>
AuthorDate: Wed May 1 22:42:37 2024 +0200
INFRA-25758: try to cleanUp the workspace via another method
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index dc08c1ce..3a9a89f6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
stage('Cleanup') {
steps {
echo 'Cleaning up the workspace'
- deleteDir()
+ cleanWs()
}
}