From 99b9c7e2c0d4358df25ade536f575a891b8aae10 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 17 Jun 2016 18:29:56 -0500 Subject: [PATCH] Fix honeycomb merge and integration job to have the correct maven settings Change-Id: I0d341f1cc96c3d8a35a127f7cd6f667126dac9d7 Signed-off-by: Ed Warnicke --- jjb/honeycomb/honeycomb.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 77993d8c3..16ee2a487 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -198,6 +198,9 @@ global-settings-type: cfp postbuilders: + - provide-maven-settings: + settings-file: 'vpp-settings' + global-settings-file: 'global-settings' - shell: !include-raw-escape: - ../scripts/maven_push_functions.sh @@ -267,6 +270,9 @@ global-settings-type: cfp postbuilders: + - provide-maven-settings: + settings-file: 'vpp-settings' + global-settings-file: 'global-settings' - shell: !include-raw-escape: - ../scripts/maven_push_functions.sh -- 2.16.6