From: Ed Warnicke Date: Wed, 21 Sep 2016 02:25:10 +0000 (-0700) Subject: Attach rpm/deb's to vpp verify jobs X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3b19be09dd744fdeac14c20c6dd383d3aeaf2b59;p=ci-management.git Attach rpm/deb's to vpp verify jobs Change-Id: Iebb878a457e2c4f1dcbe137465cdb31bdabfd03d Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 109ce6024..9b496fc46 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -101,6 +101,13 @@ !include-raw-escape: include-raw-vpp-checkstyle.sh - shell: !include-raw-escape: include-raw-vpp-build.sh + publishers: + - archive: + artifacts: 'build-root/*.rpm,build-root/*.deb' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false - job-template: name: 'vpp-verify-image-{stream}-{os}'