diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-08-22 13:42:08 -0400 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-08-22 13:42:08 -0400 |
commit | 56881d6e467e1e38c3ffe2bcce73f71d7ed1c64a (patch) | |
tree | 98599ae219292cde0309bcd93af03c0bca809318 /jjb | |
parent | a1b02762e72f8e9b61337d617bf1c3312539eb93 (diff) |
Fix path for packages to archive
Change-Id: Ifed798ad46791dbb5361acd6d60ce21bae811883
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |