summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/backup_upload_archives.sh
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-06-15 14:10:55 -0400
committerDave Wallace <dwallacelf@gmail.com>2021-06-15 14:10:55 -0400
commit7b3218fe9ef6ec136b19527008b5a8a510c9be7a (patch)
tree237fd929df83f0a883c9b3facf0451066b69321d /jjb/scripts/backup_upload_archives.sh
parentba499efb8b1140edc483e8855839c13e904c94d3 (diff)
Change 'Downloading' to 'Retrieving' in backup_upload_archives.sh
- To prevent false positives when searching console logs for jobs which are downloading content over the internet. Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I0d9d1e3138380453eabab6a0fe2844311304491f
Diffstat (limited to 'jjb/scripts/backup_upload_archives.sh')
-rwxr-xr-xjjb/scripts/backup_upload_archives.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/scripts/backup_upload_archives.sh b/jjb/scripts/backup_upload_archives.sh
index b660f8687..6cedc8025 100755
--- a/jjb/scripts/backup_upload_archives.sh
+++ b/jjb/scripts/backup_upload_archives.sh
@@ -173,11 +173,11 @@ else
fi
console_log="$JENKINS_BUILD_ARCHIVE_DIR/console.log"
-echo "Downloading Jenkins console log to '$console_log'"
+echo "Retrieving Jenkins console log to '$console_log'"
wget -qO "$console_log" "$BUILD_URL/consoleText"
console_log="$JENKINS_BUILD_ARCHIVE_DIR/console-timestamp.log"
-echo "Downloading Jenkins console timestamp log to '$console_log'"
+echo "Retrieving Jenkins console timestamp log to '$console_log'"
wget -qO "$console_log" "$BUILD_URL/timestamps?time=HH:mm:ss&appendLog"
pushd $TMP_ARCHIVES_DIR