From: Vanessa Rene Valderrama Date: Mon, 15 Oct 2018 17:49:27 +0000 (-0500) Subject: Modify archive-artifacts to allow for a list X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=be5f7c58b449f26a8bd90b6d5a978e5e7676304c;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: Ia476a891d66a1ce1b26cc285c155f0c620e9f7dd Signed-off-by: Vanessa Rene Valderrama --- diff --git a/jjb/dmm/dmm.yaml b/jjb/dmm/dmm.yaml index 054350c51..eeb8e94fa 100644 --- a/jjb/dmm/dmm.yaml +++ b/jjb/dmm/dmm.yaml @@ -201,7 +201,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: