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 0160a195a74a5b174312b8065d4e4a02db733efe Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 23 08:45:50 2020 +0200 CI migration: Removed checkstyle step in jenkinsfile since it's not present in CI --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c6a0ae..a30af7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,11 +70,6 @@ pipeline { sh "./mvnw $MAVEN_PARAMS -pl :camel-buildtools install" sh "./mvnw $MAVEN_PARAMS -Psourcecheck -Dcheckstyle.failOnViolation=false checkstyle:check" } - post { - always { - checkstyle pattern: '**/checkstyle-result.xml', canRunOnFailed: true - } - } } stage('Test') {