From ff57fab1504bb3270fcdfa1c8dcb6480fb9e1c56 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Fri, 20 Nov 2020 16:48:39 +0200 Subject: [PATCH] Report all results under archives directory - publish all outputs, reports and logs that can be found from under archives directory or its subdirectories for both new project-specific and old centralized Robot tests Issue-ID: INT-1786 Signed-off-by: Lasse Kaihlavirta Change-Id: I50a1256236095e20d65564aa9f626cd7acb89b6f --- jjb/integration/integration-macros.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index b4728463e..52b9432b2 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -131,6 +131,9 @@ publishers: - robot: output-path: 'archives' + output-xml: '**/output.xml' + report-html: '**/report.html' + log-html: '**/log.html' other-files: '' unstable-threshold: '{unstable-if}' pass-threshold: '{pass-if}' @@ -141,6 +144,9 @@ publishers: - robot: output-path: 'csit/archives' + output-xml: '**/output.xml' + report-html: '**/report.html' + log-html: '**/log.html' other-files: '' unstable-threshold: '{unstable-if}' pass-threshold: '{pass-if}' -- 2.16.6