From: Dave Wallace Date: Tue, 30 Apr 2019 17:03:28 +0000 (-0400) Subject: Fix vpp-make-test-docs-* artifacts directory X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F19276%2F1;p=ci-management.git Fix vpp-make-test-docs-* artifacts directory Change-Id: I4a9b6bfd549031513cc3a76584547e90baa92a0e Signed-off-by: Dave Wallace --- diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index aa4b18e5c..3b37a710b 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -421,7 +421,7 @@ publishers: - archive: - artifacts: 'build-root/test-doc/build/html/*' + artifacts: 'test/doc/build/html/*' allow-empty: 'true' fingerprint: false only-if-success: true @@ -507,7 +507,7 @@ publishers: - archive: - artifacts: 'build-root/test-doc/build/html/*' + artifacts: 'test/doc/build/html/*' allow-empty: 'true' fingerprint: false only-if-success: true