summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-09-09 08:46:13 -0700
committerEd Warnicke <eaw@cisco.com>2016-09-09 08:46:13 -0700
commit15796505a3a9767c54fbf7dde694b063b3be3c0c (patch)
tree009f260b9a1e9db7877702b6a0c3ea2bfb4ad6fb
parentc3626dcdf6181a53c73e5264ba78a0b2c9c81545 (diff)
Fix fdio-doc serverid
Change-Id: I3e3297c08ee913d85578719b4a63bf9d5879d611 Signed-off-by: Ed Warnicke <eaw@cisco.com>
-rw-r--r--jjb/vpp/include-raw-vpp-docs.sh2
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>