diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-04-15 13:38:01 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-04-15 14:25:55 +0200 |
commit | 82a13664db8e18e12ccff542e24e5a0dbe2fbce4 (patch) | |
tree | b32f752387f66ccb75d5ada33358de00a82ad21b /resources/tools/presentation/specification_CPTA.yaml | |
parent | 063d2774082f6b5339e7ff252031d77b693eb1ab (diff) |
PAL: Add a new download path
- "{job}/{build}/{filename}"
Change-Id: Ibdd86a708e17df32b4866e058614da5e9814a8f0
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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. |