From: Mauro Sardara Date: Mon, 24 Feb 2020 09:54:10 +0000 (+0100) Subject: Fix post-build artifact path of hicn doc. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=4155c5f148f6a404f44d9777b388f883a046fb94;p=ci-management.git Fix post-build artifact path of hicn doc. Change-Id: I1a1170a20cd70198b710a692a7f515a4ba907bce Signed-off-by: Mauro Sardara --- diff --git a/jjb/hicn/hicn-docs.yaml b/jjb/hicn/hicn-docs.yaml index 8fc2647bc..eec3533f5 100644 --- a/jjb/hicn/hicn-docs.yaml +++ b/jjb/hicn/hicn-docs.yaml @@ -24,7 +24,9 @@ project-type: freestyle node: ubuntu1804-us concurrent: true - archive-artifacts: '**/build/lib/doc/html/*' + archive-artifacts: + - '**/build-doxygen/lib/doc/html/*' + - '**/docs/build/html' allow-empty: 'true' fingerprint: false only-if-success: true @@ -95,7 +97,9 @@ project-type: freestyle node: ubuntu1804-us concurrent: false - archive-artifacts: '**/build/lib/doc/html/*' + archive-artifacts: + - '**/build-doxygen/lib/doc/html/*' + - '**/docs/build/html' allow-empty: 'true' fingerprint: false only-if-success: true