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 2020/02/18 15:19:28 UTC

[camel-website] branch master updated: Revert "fix: clean Jenkins workspace"

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


The following commit(s) were added to refs/heads/master by this push:
     new f90eb21  Revert "fix: clean Jenkins workspace"
f90eb21 is described below

commit f90eb211621adbfbea27aff27b5593d6f1e086fa
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Feb 18 16:19:15 2020 +0100

    Revert "fix: clean Jenkins workspace"
    
    This reverts commit 04fed63493e75c2e04c1ee2880c0b2c5f683dcd3.
---
 Jenkinsfile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7516847..486a0c9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -127,11 +127,4 @@ pipeline {
             }
        }
     }
-
-    // temporary to clean the workspace, to be removed to help with caching
-    post {
-        always {
-            cleanWs()
-        }
-    }
 }