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 eede6e16c5ff8e31da28d77d29c46e0b8e19dbc0 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 20 12:35:08 2020 +0200 Jenkinsfile: Remove deploy --- Jenkinsfile.sb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb index 67d9268..d150928 100644 --- a/Jenkinsfile.sb +++ b/Jenkinsfile.sb @@ -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 {
