From 7b3218fe9ef6ec136b19527008b5a8a510c9be7a Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 15 Jun 2021 14:10:55 -0400 Subject: 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 Change-Id: I0d9d1e3138380453eabab6a0fe2844311304491f --- jjb/scripts/backup_upload_archives.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/scripts/backup_upload_archives.sh') 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 -- cgit 1.2.3-korg