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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 873492effa5464bd8249ae5973a5a10a374978da
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 23 08:48:45 2020 +0200

    CI migration: Removed checkstyle step in jenkinsfile since it's not present 
in CI (JDK14)
---
 Jenkinsfile.jdk14 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Jenkinsfile.jdk14 b/Jenkinsfile.jdk14
index 7348438..25523de 100644
--- a/Jenkinsfile.jdk14
+++ b/Jenkinsfile.jdk14
@@ -58,11 +58,6 @@ pipeline {
             steps {
                 sh "./mvnw $MAVEN_PARAMS -Psourcecheck 
-Dcheckstyle.failOnViolation=false checkstyle:check"
             }
-            post {
-                always {
-                    checkstyle pattern: '**/checkstyle-result.xml', 
canRunOnFailed: true
-                }
-            }
         }
 
         stage('Test') {

Reply via email to