Modify archive-artifacts to allow for a list 95/15295/4
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 15 Oct 2018 17:49:27 +0000 (12:49 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 16 Oct 2018 19:48:50 +0000 (14:48 -0500)
Modifying the archive-artifacts syntax to allow for a list and resolve
JJB 2.5.0 failures

Change-Id: Ia476a891d66a1ce1b26cc285c155f0c620e9f7dd
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
jjb/dmm/dmm.yaml

index 054350c..eeb8e94 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: