diff options
Diffstat (limited to 'resources/tools/presentation/specification_CPTA.yaml')
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 816df7831a..1772e29abd 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -609,7 +609,9 @@ general: file-name: "output_info.xml.gz" file-format: ".gz" - download-path: "{job}/{build}/archives/{filename}" + download-path: + - "{job}/{build}/archives/{filename}" + - "{job}/{build}/{filename}" extract: "output.xml" # Number of days from now to the past. Only files generated in this # time period are used. |