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
The following commit(s) were added to refs/heads/jenkinsfile by this push: new ed814ea X ed814ea is described below commit ed814ea3e0dadbf1226260282a4eaab40dca35d5 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Sun Dec 16 15:03:35 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() + } + } }