Fix post-build artifact path of hicn doc. 73/25373/3
authorMauro Sardara <msardara@cisco.com>
Mon, 24 Feb 2020 09:54:10 +0000 (10:54 +0100)
committerMauro Sardara <msardara@cisco.com>
Mon, 24 Feb 2020 10:50:45 +0000 (11:50 +0100)
Change-Id: I1a1170a20cd70198b710a692a7f515a4ba907bce
Signed-off-by: Mauro Sardara <msardara@cisco.com>
jjb/hicn/hicn-docs.yaml

index 8fc2647..eec3533 100644 (file)
@@ -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