summaryrefslogtreecommitdiffstats
path: root/jjb/global-defaults.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-24 12:38:05 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-24 12:38:05 -0800
commite24658853e35cb730c21dd85e68b532aa0a88073 (patch)
tree37232a6fcf5579d936aaaa298ea6acb8e7cb9999 /jjb/global-defaults.yaml
parent319927fc7329410e0eed36bc576a3c8f85e4e1f3 (diff)
Move all maven definitions to variables
* Make sure that the maven version is not hard coded into any templates or macros * Set a global default maven version so that projects do not need to define it unless they need a different version from the default Change-Id: Ifd7dfe2e521fd88b52de96a00a3ef63953d4f682 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/global-defaults.yaml')
-rw-r--r--jjb/global-defaults.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml
index 3c021c7cb..bc7560db7 100644
--- a/jjb/global-defaults.yaml
+++ b/jjb/global-defaults.yaml
@@ -19,3 +19,6 @@
build-node: ubuntu1604-basebuild-2c-1g
archive-artifacts: ''
+
+ # Set default maven version used for everything
+ maven-version: 'mvn33'