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 ca13ae7740bbfe8aace2d0a147a33b43f30bec62
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 {

Reply via email to