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

index 8cfe14f..c8c1412 100644 (file)
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report:
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report:
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report: