summaryrefslogtreecommitdiffstats
path: root/jjb/global-defaults.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2015-12-08 09:07:09 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2015-12-08 09:07:09 -0800
commita85f8291127f1a2bd91e19455d3821676dcee149 (patch)
tree385c2b5a22586856dc2249eae984b04dcfb8926c /jjb/global-defaults.yaml
parentb730e4e6dd99d2adb673420a2eb2ddbfadd1b9a0 (diff)
Add maven settings macros
Add a global maven settings as well as vpp project specific settings configuration. Change-Id: Id60076f973c03fec4ab1ed76a6811a811e460952 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/global-defaults.yaml')
-rw-r--r--jjb/global-defaults.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml
index 87c10fe1e..f2d6824d1 100644
--- a/jjb/global-defaults.yaml
+++ b/jjb/global-defaults.yaml
@@ -9,3 +9,7 @@
build-artifact-num-to-keep: 5
ssh-credentials: 'jenkins-gerrit-credentials'
+
+ # Config File provider ID mapping
+ global-settings: 'org.jenkinsci.plugins.configfiles.maven.GlobalMavenSettingsConfig1449593564219'
+ vpp-settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig1449593875850'