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 90e5c6ab1092ae109018750e17acf10abc01c95a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Apr 1 16:16:14 2020 +0200

    Added deploy phase to jenkinsfile.sb
---
 Jenkinsfile.sb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb
index d1985e6..a84af93 100644
--- a/Jenkinsfile.sb
+++ b/Jenkinsfile.sb
@@ -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 {

Reply via email to