From: Dave Wallace Date: Tue, 9 Jul 2019 22:39:52 +0000 (-0400) Subject: Fix archive-artifacts location for vpp-sphinx-docs-* X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F20571%2F1;p=ci-management.git Fix archive-artifacts location for vpp-sphinx-docs-* Change-Id: I2a0bb1768af1c59a064f731367bf1b320292ec23 Signed-off-by: Dave Wallace --- diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 2416e4247..2281fa94e 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -218,7 +218,7 @@ project-type: freestyle node: ubuntu1604-us concurrent: true - archive-artifacts: '**/build-root/docs/html/*' + archive-artifacts: 'docs/_build/html/*' allow-empty: 'true' fingerprint: false only-if-success: true @@ -303,7 +303,7 @@ project-type: freestyle node: ubuntu1604-us concurrent: false - archive-artifacts: '**/build-root/docs/html/*' + archive-artifacts: 'docs/_build/html/*' allow-empty: 'true' fingerprint: false only-if-success: true