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 955a60d4491adf0b502d78023533caf90f5a70a2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 23 08:48:20 2020 +0200 CI migration: Removed checkstyle step in jenkinsfile since it's not present in CI (JDK12) --- Jenkinsfile.jdk12 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile.jdk12 b/Jenkinsfile.jdk12 index 2ff15b5..546f80f 100644 --- a/Jenkinsfile.jdk12 +++ b/Jenkinsfile.jdk12 @@ -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') {