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 af78147f243eba814b4701b384c526eed519aeba Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Dec 17 07:35:56 2019 +0100 Jenkinsfile Spring Boot: Fixed path to mvnw --- Jenkinsfile.sb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb index 2d90313..9fe7c15 100644 --- a/Jenkinsfile.sb +++ b/Jenkinsfile.sb @@ -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 } } }