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 a0689932cff2a982b057b04f697ca394459182cf Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 1 16:16:47 2020 +0200 Added deploy phase to Jenkinsfile.sb.jdk11 --- Jenkinsfile.sb.jdk11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11 index d671645..9104dd6 100644 --- a/Jenkinsfile.sb.jdk11 +++ b/Jenkinsfile.sb.jdk11 @@ -55,7 +55,7 @@ pipeline { stage('Build') { steps { 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 deploy", returnStatus: true } } post {