You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@training.apache.org by cd...@apache.org on 2020/01/24 09:33:31 UTC

[incubator-training] branch master updated: - Made the Jenkinsfile deploy the built artifacts

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce3fb45  - Made the Jenkinsfile deploy the built artifacts
ce3fb45 is described below

commit ce3fb453e9bedbf19e99d3a0eb171932e2040ee0
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Jan 24 10:33:12 2020 +0100

    - Made the Jenkinsfile deploy the built artifacts
---
 tools/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Jenkinsfile b/tools/Jenkinsfile
index a3d695f..b6bdfe3 100644
--- a/tools/Jenkinsfile
+++ b/tools/Jenkinsfile
@@ -76,7 +76,7 @@ pipeline {
             }
             steps {
                 echo 'Building'
-                sh 'mvn -f tools/pom.xml package'
+                sh 'mvn -f tools/pom.xml deploy'
             }
         }
     }