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