This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch pnp in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/pnp by this push: new cac5339 CAMEL-11500: let's try cleaning the workspace cac5339 is described below commit cac5339751cd604bfad3733352f6e36fb3334b3d 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() + } + } }