Fix log upload URL for log shipping 60/4460/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 21 Dec 2016 22:16:29 +0000 (14:16 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 21 Dec 2016 22:16:29 +0000 (14:16 -0800)
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>
jjb/include-raw-deploy-archives.sh

index 0072d46..dd8daeb 100644 (file)
@@ -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>"