You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jo...@apache.org on 2018/01/06 15:17:57 UTC

geronimo-safeguard git commit: Include maven as a tool.

Repository: geronimo-safeguard
Updated Branches:
  refs/heads/master 699f0e1f3 -> 8186134a0


Include maven as a tool.


Project: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/repo
Commit: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/commit/8186134a
Tree: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/tree/8186134a
Diff: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/diff/8186134a

Branch: refs/heads/master
Commit: 8186134a08d9731a5b56c158321e34204c480317
Parents: 699f0e1
Author: John D. Ament <jo...@apache.org>
Authored: Sat Jan 6 10:17:52 2018 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Jan 6 10:17:52 2018 -0500

----------------------------------------------------------------------
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/8186134a/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index ad8d690..15f914d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,8 @@
 pipeline {
     agent { node 'ubuntu' }
-
+    tools {
+        maven 'Maven 3.5.2'
+    }
     stages {
         stage('Build') {
             steps {