From 160449e191fa7c05d7b15d88fae8f7c11c771249 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 17 Jun 2016 13:46:04 -0500 Subject: [PATCH] Also have the -integration job push rpms for honeycomb. Change-Id: If0c4bfaf9aeb650b5fb13f4c1ac64bc4919b7c5f Signed-off-by: Ed Warnicke --- jjb/honeycomb/honeycomb.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 624280d10..77993d8c3 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -267,6 +267,10 @@ global-settings-type: cfp postbuilders: + - shell: + !include-raw-escape: + - ../scripts/maven_push_functions.sh + - include-raw-honeycomb-pkg-push.sh - shell: | if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64;fi -- 2.16.6