Add maven settings macros 24/24/1
authorAndrew Grimberg <[email protected]>
Tue, 8 Dec 2015 17:07:09 +0000 (09:07 -0800)
committerAndrew Grimberg <[email protected]>
Tue, 8 Dec 2015 17:07:09 +0000 (09:07 -0800)
Add a global maven settings as well as vpp project specific settings
configuration.

Change-Id: Id60076f973c03fec4ab1ed76a6811a811e460952
Signed-off-by: Andrew Grimberg <[email protected]>
jjb/global-defaults.yaml

index 87c10fe..f2d6824 100644 (file)
@@ -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'