Merge "Fix post-build artifact path of hicn doc."
authorVratko Polak <vrpolak@cisco.com>
Thu, 27 Feb 2020 06:19:58 +0000 (06:19 +0000)
committerGerrit Code Review <gerrit@fd.io>
Thu, 27 Feb 2020 06:19:58 +0000 (06:19 +0000)
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