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-spring-boot.git
commit 445c375198f74ade26ad002a76c2c945bd11da3b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Dec 17 07:36:25 2019 +0100 Jenkinsfile JDK11 Spring Boot: Fixed path to mvnw --- Jenkinsfile.sb.jdk11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11 index fc45ef6..38ac437 100644 --- a/Jenkinsfile.sb.jdk11 +++ b/Jenkinsfile.sb.jdk11 @@ -62,7 +62,7 @@ pipeline { steps { dir("camel-itest-spring-boot/") { script { - spring_boot_itests_result = sh script: "../../mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true + spring_boot_itests_result = sh script: "../mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true } } }