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/03/31 10:23:29 UTC

[camel-karaf] branch master updated: Added deploy phase to Jenkinsfile for JDK8

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


The following commit(s) were added to refs/heads/master by this push:
     new ce32c9f  Added deploy phase to Jenkinsfile for JDK8
ce32c9f is described below

commit ce32c9f1ca12a29ca802243bb3a712724e903c23
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 12:22:59 2020 +0200

    Added deploy phase to Jenkinsfile for JDK8
---
 Jenkinsfile.karaf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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