Modify archive-artifacts to allow for a list 08/15208/11
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 9 Oct 2018 21:48:28 +0000 (16:48 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 16 Oct 2018 17:41:39 +0000 (12:41 -0500)
Modifying the archive-artifacts syntax to allow for a list and resolve
job failures

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

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: