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 2f7b30702a4046a254889ac936ca2b869be34d1e Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 20 12:35:49 2020 +0200 Jenkinsfile Jdk11: Removed deploy --- Jenkinsfile.sb.jdk11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11 index 87fd150..c65b88a 100644 --- a/Jenkinsfile.sb.jdk11 +++ b/Jenkinsfile.sb.jdk11 @@ -68,7 +68,7 @@ pipeline { stage('Build') { steps { script { - spring_boot_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install deploy", returnStatus: true + spring_boot_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true } } post {
