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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git

commit 96d4fd97186a5d53f3bada2f14b506b64b74508c
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue May 11 19:20:55 2021 +0200

    Add workspace cleanup
---
 Jenkinsfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index ea1dc17..598c707 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -120,4 +120,9 @@ pipeline {
             }
        }
     }
+    post {
+        always {
+            cleanWs()
+        }
+    }
 }
\ No newline at end of file

Reply via email to