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 2018/12/16 14:20:27 UTC

[camel-website] 02/02: X

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

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

commit e4598e7017f0c94a6ac1e2efaf792321eb2eeef3
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Sun Dec 16 15:20:23 2018 +0100

    X
---
 Jenkinsfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index fb00240..2ecaa6f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,4 +87,10 @@ pipeline {
             }
        }
     }
+
+    post {
+        cleanup {
+            cleanWs()
+        }
+    }
 }