summaryrefslogtreecommitdiffstats
path: root/jjb/hicn
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-02-24 10:54:10 +0100
committerMauro Sardara <msardara@cisco.com>2020-02-24 11:50:45 +0100
commit4155c5f148f6a404f44d9777b388f883a046fb94 (patch)
treea982a9c8355b4aa637be4e21539d81ddb9dc56c9 /jjb/hicn
parent3f883e5c10ecc15c9ef3fd3c7d81a90b10bfcbd6 (diff)
Fix post-build artifact path of hicn doc.
Change-Id: I1a1170a20cd70198b710a692a7f515a4ba907bce Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'jjb/hicn')
-rw-r--r--jjb/hicn/hicn-docs.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/jjb/hicn/hicn-docs.yaml b/jjb/hicn/hicn-docs.yaml
index 8fc2647b..eec3533f 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