Modify archive-artifacts to allow for a list 14/15314/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 16 Oct 2018 19:32:07 +0000 (14:32 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 16 Oct 2018 19:32:07 +0000 (14:32 -0500)
Modifying the archive-artifacts syntax to allow for a list and resolve
JJB 2.5.0 failures

Change-Id: If92fc3cc3e63de07b8a80704c8962b716cb4a949
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
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: