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 fcdbd69  Use main pom for deploy
fcdbd69 is described below

commit fcdbd690f34df55ae66adb481b7171f320469f74
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sat Nov 7 15:49:29 2020 +0100

    Use main pom for deploy
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index edab700..bdc87d5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -78,7 +78,7 @@ pipeline {
                 dir("local-snapshots-dir/") {
                     deleteDir()
                 }
-                
+
                 sh "mvn $MAVEN_PARAMS 
-DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
clean deploy"
             }
             post {
@@ -94,7 +94,7 @@ pipeline {
             }
             steps{
                 echo 'Deploying'
-                sh 'mvn -f jenkins.pom -X -P deploy-snapshots wagon:upload'
+                sh 'mvn -X -P deploy-snapshots wagon:upload'
             }
         }
 

Reply via email to