You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/20 10:11:45 UTC

[camel-karaf] 01/04: Jenkinsfile: Removed deploy

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-karaf.git

commit 0f044c56c9d85917d780a8f4affeb170a24ecbf1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 12:09:31 2020 +0200

    Jenkinsfile: Removed deploy
---
 Jenkinsfile.karaf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf b/Jenkinsfile.karaf
index 09bf28e..89b31bb 100644
--- a/Jenkinsfile.karaf
+++ b/Jenkinsfile.karaf
@@ -68,7 +68,7 @@ pipeline {
         stage('Build') {
             steps {
                 script {
-                    karaf_itest_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install deploy", returnStatus: true
+                    karaf_itest_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
                 }
             }
             post {