You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/01/07 21:10:33 UTC

[camel-website] 09/13: CAMEL-11500: let's try cleaning the workspace

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

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

commit f252d09731bee4fc270d2acfd372de6e67be5de1
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Jan 7 11:26:36 2019 +0100

    CAMEL-11500: let's try cleaning the workspace
---
 Jenkinsfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 32829f8..1d514f9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,4 +87,10 @@ pipeline {
             }
        }
     }
+
+    post {
+        always {
+            cleanWs()
+        }
+    }
 }