From ac1fbfcd12d5bd4db1b04bbf27b6d47880bcd3e7 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 24 Jan 2022 14:31:40 +0100 Subject: Report: Configure Report 2202 Change-Id: I9be8b74716b09b2395fbab95eb37877867abbc22 Signed-off-by: Tibor Frank --- .../specifications/report/environment.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'resources/tools/presentation/specifications/report/environment.yaml') diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index 1ddaf6158c..140a79c666 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -187,6 +187,25 @@ file-name: "output.xml.gz" file-format: ".gz" enabled: True + # XML from docs.nexus + - type: "xml-docs" + url: "https://docs.fd.io/csit" + path: "report/_static/archive" + file-name: "output_info.xml.gz" + file-format: ".gz" + enabled: True + - type: "xml-docs" + url: "https://docs.fd.io/csit" + path: "report/_static/archive" + file-name: "output.xml.gz" + file-format: ".gz" + enabled: True + - type: "xml-docs" + url: "https://docs.fd.io/csit" + path: "report/_static/archive" + file-name: "robot-plugin.zip" + file-format: ".zip" + enabled: False # JSON from S3 - type: "json" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" -- cgit 1.2.3-korg