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 <[email protected]>
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'
}
}
}