diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-10-11 11:50:39 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-10-11 11:50:39 +0200 |
commit | b6711ec7cf1f58662cdaa894b5fcc927b0e9e515 (patch) | |
tree | 67fe03ebe74eb1a3d637d2dbd37280074ad3d9b4 /resources/tools/presentation/specifications/report/environment.yaml | |
parent | 96a10f34794d3d7e253cbaf6fecb713396e3dc15 (diff) |
Report: Add data
Change-Id: I71670f860acfcd6195b5cfbad7686dfae0439bb5
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index a64e3acb26..f36a200ef9 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -136,13 +136,13 @@ enabled: True - type: "xml" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" - path: "{job}/{build}/{filename}" + path: "{job}/{build}/archives/{filename}" file-name: "output_info.xml.gz" file-format: ".gz" enabled: True - type: "xml" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" - path: "{job}/{build}/archives/{filename}" + path: "{job}/{build}/{filename}" file-name: "output_info.xml.gz" file-format: ".gz" enabled: True |