diff options
-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 |