Merge "Modify archive-artifacts to allow for a list"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 17 Oct 2018 15:12:16 +0000 (15:12 +0000)
committerGerrit Code Review <gerrit@fd.io>
Wed, 17 Oct 2018 15:12:16 +0000 (15:12 +0000)
jjb/hc2vpp/hc2vpp-csit.yaml
jjb/hc2vpp/hc2vpp.yaml
jjb/honeycomb/honeycomb.yaml
jjb/tldk/tldk.yaml

index 4227e36..e57e3ea 100644 (file)
@@ -22,6 +22,9 @@
       - '1807':
           branch: 'stable/1807'
           repo-stream-part: 'stable.1807'
+      - '1810':
+          branch: 'stable/1810'
+          repo-stream-part: 'stable.1810'
 
     os: 'ubuntu1604'
     repo-os-part: 'ubuntu.xenial.main'
index 6e7e92f..8ffe036 100644 (file)
@@ -29,6 +29,9 @@
       - '1807':
           branch: 'stable/1807'
           repo-stream-part: 'stable.1807'
+      - '1810':
+          branch: 'stable/1810'
+          repo-stream-part: 'stable.1810'
 
 - job-template:
     name: 'hc2vpp-verify-{stream}-{os}'
index 1404850..6fc84c8 100644 (file)
@@ -22,6 +22,9 @@
       - '1807':
           branch: 'stable/1807'
           repo-stream-part: 'stable.1807'
+      - '1810':
+          branch: 'stable/1810'
+          repo-stream-part: 'stable.1810'
 
 - job-template:
     name: 'honeycomb-verify-{stream}-{os}'
index 13fed26..ef9b6e4 100644 (file)
 
     publishers:
       - archive-artifacts:
-          artifacts: 'csit/report.html, csit/log.html, csit/output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report: