You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/01 10:34:56 UTC

[maven] 09/29: cleanws

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

olamy pushed a commit to branch it_runs
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 19f99e569b3a8c143411e55db17e2ba1323c298b
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 13:13:02 2020 +1000

    cleanws
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 682cabf..d9f8db7 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -32,4 +32,9 @@ pipeline {
       }
     }
   }
+  post {
+    always {
+      cleanWs()
+    }
+  }
 }