diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2015-12-08 09:07:09 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2015-12-08 09:07:09 -0800 |
commit | a85f8291127f1a2bd91e19455d3821676dcee149 (patch) | |
tree | 385c2b5a22586856dc2249eae984b04dcfb8926c /jjb | |
parent | b730e4e6dd99d2adb673420a2eb2ddbfadd1b9a0 (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')
-rw-r--r-- | jjb/global-defaults.yaml | 4 |
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' |