You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/16 13:42:33 UTC

[camel-website] branch jenkinsfile updated: X

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 <zr...@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 {