You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/03/23 08:42:43 UTC

[camel] branch master updated: CAMEL-11930: deploy only if build from master (2)

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ac8504  CAMEL-11930: deploy only if build from master (2)
8ac8504 is described below

commit 8ac8504dc55e5e464b389f1d8e95690bbd081842
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Mar 23 09:42:40 2018 +0100

    CAMEL-11930: deploy only if build from master (2)
    
    Use the correct maven goal.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f716369..88a2910 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -54,7 +54,7 @@ pipeline {
                 }
             }
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Dnoassembly -Dmaven.test.skip.exec=true clean deploy"
+                sh "./mvnw $MAVEN_PARAMS -Dnoassembly -Dmaven.test.skip.exec=true clean install"
             }
         }
 

-- 
To stop receiving notification emails like this one, please contact
zregvart@apache.org.