From fcad66bf6a963a81e2f8f38781d8307239ad1b50 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 9 Jul 2019 18:39:52 -0400 Subject: [PATCH] Fix archive-artifacts location for vpp-sphinx-docs-* Change-Id: I2a0bb1768af1c59a064f731367bf1b320292ec23 Signed-off-by: Dave Wallace --- jjb/vpp/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6