This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0f156ec0f21133dbd777a992ee1c136c895b46cc 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') {