summaryrefslogtreecommitdiffstats
path: root/jjb/include-raw-deploy-archives.sh
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-12-21 14:16:29 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-12-21 14:16:29 -0800
commitd5b58fedebf5712af73607ec66b6cd8cd1a27a37 (patch)
tree57c8aa35661cb0926fbdd0367eca4f9e08e2d5db /jjb/include-raw-deploy-archives.sh
parentf5dd931685ca7918bdebc8b93ff0defe1cc90f41 (diff)
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 <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/include-raw-deploy-archives.sh')
-rw-r--r--jjb/include-raw-deploy-archives.sh2
1 files changed, 1 insertions, 1 deletions
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: <a href=\"$LOGS_SERVER/$SILO/$ARCHIVES_DIR\">$LOGS_SERVER/$SILO/$ARCHIVES_DIR</a>"