diff options
-rw-r--r-- | jjb/vpp/include-raw-vpp-docs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vpp/include-raw-vpp-docs.sh b/jjb/vpp/include-raw-vpp-docs.sh index ee5193bd5..286c333fa 100644 --- a/jjb/vpp/include-raw-vpp-docs.sh +++ b/jjb/vpp/include-raw-vpp-docs.sh @@ -1,6 +1,6 @@ #!/bin/bash set -xe -o pipefail -[ "$DOCS_REPO_URL" ] || DOCS_REPO_URL="https://nexus.fd.io/content/sites/site/" +[ "$DOCS_REPO_URL" ] || DOCS_REPO_URL="https://nexus.fd.io/service/local/repositories/site/" [ "$PROJECT_PATH" ] || PROJECT_PATH=io/fd/vpp [ "$DOC_FILE" ] || DOC_FILE=vpp.docs.zip [ "$DOC_DIR" ] || DOC_DIR=build-root/docs/html @@ -48,7 +48,7 @@ cat > pom.xml << EOF <goal>upload-file</goal> </goals> <configuration> - <serverId>fdio-docs</serverId> + <serverId>fdio-site</serverId> <repositoryUrl>$DOCS_REPO_URL/content-compressed</repositoryUrl> <file>${DOC_FILE}</file> <repositoryPath>${PROJECT_PATH}/${VERSION}</repositoryPath> |