diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2018-07-16 17:18:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-07-16 17:18:49 +0000 |
commit | 8c6bb4c1d46572c12b26532ad7481d062f2d6b88 (patch) | |
tree | 6dfc9debe4a280586a9f9b8e34993c60e0a157c6 /jjb/vpp | |
parent | 4133bad2bcf0aac98c3e88b7e0c4c097d9c7b770 (diff) | |
parent | 1564a6c323c728db4a0922fa4ba966fead11713a (diff) |
Merge "Switch order of maven and package cloud push for beta jobs"
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 2596ce825..374a7e6c5 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -240,11 +240,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: |