This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch feature/RAT-369
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/feature/RAT-369 by this push:
     new 959db49e INFRA-25758: try to cleanUp the workspace via another method
959db49e is described below

commit 959db49e06d9e1f324c1d11e460fc1325ae02af2
Author: P. Ottlinger <pottlin...@apache.org>
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()
             }
         }
 

Reply via email to