summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2020-12-24 15:11:59 +0000
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-01-08 13:19:16 +0000
commita665878031fdabdd5a26ce75d331756f92d1c4b4 (patch)
tree9969c1b1c40de33272bdd786ff6e1c1a14d78072 /jjb/global-macros.yaml
parent6fd3831a27b4d188de48bb988a699a6ee507dcd6 (diff)
upload the logs to backup storage location as well
Change-Id: Ib3e9c9ae1fd053c06840f7bc5124aae48fe58e76 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index f4b009af..89bdda3b 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'