diff options
-rw-r--r-- | jjb/vpp/include-raw-vpp-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vpp/include-raw-vpp-docs.sh b/jjb/vpp/include-raw-vpp-docs.sh index 71c7eed5a..ee5193bd5 100644 --- a/jjb/vpp/include-raw-vpp-docs.sh +++ b/jjb/vpp/include-raw-vpp-docs.sh @@ -48,7 +48,7 @@ cat > pom.xml << EOF <goal>upload-file</goal> </goals> <configuration> - <serverId>opendaylight-log-archives</serverId> + <serverId>fdio-docs</serverId> <repositoryUrl>$DOCS_REPO_URL/content-compressed</repositoryUrl> <file>${DOC_FILE}</file> <repositoryPath>${PROJECT_PATH}/${VERSION}</repositoryPath> |