From d5b58fedebf5712af73607ec66b6cd8cd1a27a37 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 21 Dec 2016 14:16:29 -0800 Subject: [PATCH] Fix log upload URL for log shipping Nexus uncompress magic happens on a special service URL. If it's not used then compressed objects won't get expanded Change-Id: I19c1bf1f2de1544f82bef3b915dc01558251a471 Signed-off-by: Andrew Grimberg --- jjb/include-raw-deploy-archives.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/include-raw-deploy-archives.sh b/jjb/include-raw-deploy-archives.sh index 0072d4687..dd8daebcf 100644 --- a/jjb/include-raw-deploy-archives.sh +++ b/jjb/include-raw-deploy-archives.sh @@ -4,7 +4,7 @@ set +e # Do not affect the build result if some part of archiving fails. ARCHIVES_DIR="$JENKINS_HOSTNAME/$JOB_NAME/$BUILD_NUMBER" [ "$LOGS_SERVER" ] || LOGS_SERVER="https://logs.fd.io" -[ "$LOGS_REPO_URL" ] || LOGS_REPO_URL="https://nexus.fd.io/content/sites/logs/" +[ "$LOGS_REPO_URL" ] || LOGS_REPO_URL="https://nexus.fd.io/service/local/repositories/logs" echo "Build logs: $LOGS_SERVER/$SILO/$ARCHIVES_DIR" -- 2.16.6