This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 56ddced6069532529da60807f2a5add694a9e8ec Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Thu Nov 14 14:45:02 2019 +0100 CAMEL-14180: use latest buildtools Changes to the buildtools will be in effect only on the subsequent build and only if that build successfully published artifacts to the Maven repository. Make need to make sure we're using the latest buildtools when performing checks. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 41f1146..2c6a0ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,6 +67,7 @@ pipeline { stage('Checks') { steps { + sh "./mvnw $MAVEN_PARAMS -pl :camel-buildtools install" sh "./mvnw $MAVEN_PARAMS -Psourcecheck -Dcheckstyle.failOnViolation=false checkstyle:check" } post {