From: Vanessa Rene Valderrama Date: Mon, 24 Jun 2019 18:44:35 +0000 (-0500) Subject: Fix artifact path X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F20301%2F1;p=ci-management.git Fix artifact path This change is fix the path to the artifacts so they archive correctly. Change-Id: I8415cc1d30c03830bd782a0199f8a52c8e49fa89 Signed-off-by: Vanessa Rene Valderrama --- diff --git a/jjb/jvpp/jvpp.yaml b/jjb/jvpp/jvpp.yaml index e56a47857..5bc6fc361 100644 --- a/jjb/jvpp/jvpp.yaml +++ b/jjb/jvpp/jvpp.yaml @@ -42,8 +42,8 @@ node: '{os}-us' concurrent: true archive-artifacts: > - **/build-root/build-package/*.rpm - **/build-root/build-package/*.deb + **/build-root/packages/*.rpm + **/build-root/packages/*.deb **/tmp/jvpp-failed-unittests/*/* **/core allow-empty: 'true' fingerprint: false @@ -112,8 +112,8 @@ project-type: freestyle node: '{os}-us' archive-artifacts: > - **/build-root/build-package/*.rpm - **/build-root/build-package/*.deb + **/build-root/packages/*.rpm + **/build-root/packages/*.deb allow-empty: 'true' fingerprint: false only-if-success: true