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 <zregv...@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() + } + } }