This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch skip-deploy in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 0f35dc59015e8091f9c08808e6f2c848388489b0 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 {
