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 0e81c46 X 0e81c46 is described below commit 0e81c462fd6e9c32c44baa57cacc6b5f83444f75 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Sun Dec 16 14:42:31 2018 +0100 X --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index dec542c..29f94dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,6 +39,12 @@ pipeline { } stages { + stage('wat') { + steps { + cleanWs() + } + } + stage('Theme') { agent { docker {