From be5f7c58b449f26a8bd90b6d5a978e5e7676304c Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 15 Oct 2018 12:49:27 -0500 Subject: [PATCH] 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 --- jjb/dmm/dmm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.16.6