From: Vanessa Rene Valderrama Date: Tue, 16 Oct 2018 19:32:07 +0000 (-0500) Subject: Modify archive-artifacts to allow for a list X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=9e08d015290729174aec3e8816380552493c1325;p=ci-management.git Modify archive-artifacts to allow for a list 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 --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 8cfe14f19..c8c1412e6 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -124,7 +124,10 @@ 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: @@ -385,7 +388,10 @@ 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: @@ -1761,7 +1767,10 @@ 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: