From: Vanessa Rene Valderrama Date: Tue, 9 Oct 2018 21:48:28 +0000 (-0500) Subject: Modify archive-artifacts to allow for a list X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=44655133ea15ed432bb8b8dd4abe146672791f4e;p=ci-management.git Modify archive-artifacts to allow for a list Modifying the archive-artifacts syntax to allow for a list and resolve job failures Change-Id: I966a72c2fe55006cb623723c040142a9f722487f Signed-off-by: Vanessa Rene Valderrama --- diff --git a/jjb/tldk/tldk.yaml b/jjb/tldk/tldk.yaml index 13fed26ac..ef9b6e40a 100644 --- a/jjb/tldk/tldk.yaml +++ b/jjb/tldk/tldk.yaml @@ -224,7 +224,10 @@ 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: