From a665878031fdabdd5a26ce75d331756f92d1c4b4 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Thu, 24 Dec 2020 15:11:59 +0000 Subject: upload the logs to backup storage location as well Change-Id: Ib3e9c9ae1fd053c06840f7bc5124aae48fe58e76 Signed-off-by: Andrew Yourtchenko --- jjb/global-macros.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jjb/global-macros.yaml') diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index f4b009afe..89bdda3b6 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.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: @@ -669,6 +669,7 @@ - UNSTABLE build-steps: - shell: !include-raw: scripts/post_build_deploy_archives.sh + - shell: !include-raw: scripts/backup_upload_archives.sh - fdio-infra-ship-logs mark-unstable-if-failed: true - workspace-cleanup: @@ -701,6 +702,7 @@ - UNSTABLE build-steps: - shell: !include-raw: include-raw-deploy-archives.sh + - shell: !include-raw: scripts/backup_upload_archives.sh - maven-target: maven-version: '{maven-version}' pom: '.archives/deploy-archives.xml' -- cgit 1.2.3-korg