This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch jenkins-pipeline
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c35ed1d68d2d27cbf44f80c7b19619af7f1474b8
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Mon Feb 19 10:46:46 2018 +0100

    CAMEL-11930: comment cache checkstyle cache
    
    Pending INFRA-16060[1] to install the needed Jenkins plugin
    
    [1] https://issues.apache.org/jira/browse/INFRA-16060
---
 Jenkinsfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ca6112a..bb21de7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,9 +39,10 @@ pipeline {
 
         stage('Checks') {
             steps {
-                cache(path: env.WORKSPACE, includes: 
'**/target/checkstyle-cachefile') {
+                // TODO: pending 
https://issues.apache.org/jira/browse/INFRA-16060
+                //cache(path: env.WORKSPACE, includes: 
'**/target/checkstyle-cachefile') {
                   sh "./mvnw $MAVEN_PARAMS -Psourcecheck checkstyle:check"
-                }
+                //}
             }
             post {
                 always {

-- 
To stop receiving notification emails like this one, please contact
zregv...@apache.org.

Reply via email to