From: Ed Warnicke Date: Mon, 22 Aug 2016 17:42:08 +0000 (-0400) Subject: Fix path for packages to archive X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=56881d6e467e1e38c3ffe2bcce73f71d7ed1c64a;p=ci-management.git Fix path for packages to archive Change-Id: Ifed798ad46791dbb5361acd6d60ce21bae811883 Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 00fa8127a..cd8c79858 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -214,7 +214,7 @@ !include-raw-escape: include-raw-vpp-maven-push.sh publishers: - archive: - artifacts: '*.rpm,*.deb,*.jar' + artifacts: 'build-root/*.rpm,build-root/*.deb' allow-empty: 'true' fingerprint: false only-if-success: true