From 44655133ea15ed432bb8b8dd4abe146672791f4e Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 9 Oct 2018 16:48:28 -0500 Subject: [PATCH] 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 --- jjb/tldk/tldk.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.16.6