From 82a13664db8e18e12ccff542e24e5a0dbe2fbce4 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 15 Apr 2021 13:38:01 +0200 Subject: PAL: Add a new download path - "{job}/{build}/{filename}" Change-Id: Ibdd86a708e17df32b4866e058614da5e9814a8f0 Signed-off-by: Tibor Frank --- resources/tools/presentation/specification_CPTA.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'resources/tools/presentation/specification_CPTA.yaml') 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. -- cgit 1.2.3-korg