diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-01-24 14:31:40 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-01-24 14:36:42 +0100 |
commit | ac1fbfcd12d5bd4db1b04bbf27b6d47880bcd3e7 (patch) | |
tree | 301a9aa7657d748b7b98768f3f231ebbd6626004 /resources/tools/presentation/specifications/report/environment.yaml | |
parent | aa3c7536bf815160bc674ca05b1eac61fe841119 (diff) |
Report: Configure Report 2202
Change-Id: I9be8b74716b09b2395fbab95eb37877867abbc22
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specifications/report/environment.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
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" |