diff options
author | 2016-08-22 19:39:03 +0000 | |
---|---|---|
committer | 2016-08-22 19:39:03 +0000 | |
commit | 54a1e20dafd6108f35d3604ef2ee82337062998f (patch) | |
tree | 61a99b8303a338173602debe62767b66fd4dd6e5 /jjb | |
parent | 65622be9d9212bfc49068b9d6afd85307b43af9f (diff) | |
parent | 56881d6e467e1e38c3ffe2bcce73f71d7ed1c64a (diff) |
Merge "Fix path for packages to archive"
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 |