You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/11/06 19:39:48 UTC

[incubator-hop] branch master updated: change Lifecycle to deploy

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 78d74c6  change Lifecycle to deploy
     new d4473d8  Merge remote-tracking branch 'upstream/master' into upstream_master
78d74c6 is described below

commit 78d74c65bb2a16bb97547f5cd492611128995ea9
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Nov 6 20:39:27 2020 +0100

    change Lifecycle to deploy
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 83967c1..9dad370 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -73,7 +73,7 @@ pipeline {
                 branch 'master'
             }
             steps {
-                sh "mvn $MAVEN_PARAMS clean install -P !assemblies"
+                sh "mvn $MAVEN_PARAMS clean deploy"
             }
             post {
                 always {