From 1564a6c323c728db4a0922fa4ba966fead11713a Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Mon, 16 Jul 2018 08:49:35 -0500 Subject: [PATCH] Switch order of maven and package cloud push for beta jobs This should cause package cloud push to actually run, even though maven push is broken for bionic. Change-Id: I72d7bcd698501bae4d3e2dfede4120bb11035d3b Signed-off-by: Ed Warnicke --- jjb/vpp/vpp.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index ae4def57a..7506e5a64 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -228,11 +228,12 @@ global-settings-file: 'global-settings' - shell: !include-raw-escape: - - ../scripts/maven_push_functions.sh - - include-raw-vpp-maven-push.sh + - ../scripts/packagecloud_push.sh - shell: !include-raw-escape: - - ../scripts/packagecloud_push.sh + - ../scripts/maven_push_functions.sh + - include-raw-vpp-maven-push.sh + publishers: - archive: -- 2.16.6