Temporary workaround for Nexus SNI issue 98/53498/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 17 Mar 2017 18:52:18 +0000 (14:52 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 17 Mar 2017 18:52:20 +0000 (14:52 -0400)
This should be reverted once Sonatype has an updated nexus staging
plugin for us.

Trello: https://trello.com/c/VBeO8STM
Change-Id: Ia7c0916d6b181bfd153183ea5defb39ed8f7b7d5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/include-raw-autorelease-maven-deploy.sh

index ecb4169a91e0155095a14725ee03103c980daab5..89506c19145b36b37262ccf1c25b94e8db80fe61 100644 (file)
@@ -18,7 +18,7 @@ mkdir -p m2repo/org/opendaylight/
 # in cases where an internal ci system is using multiple NEXUS systems one for artifacts and another for staging,
 # we can override using ODLNEXUS_STAGING_URL to route the staging build to the 2nd server.
 # (most CI setups where a single Nexus server is used, ODLNEXUS_STAGING_URL should be left unset)
-NEXUS_STAGING_URL=${ODLNEXUS_STAGING_URL:-$ODLNEXUSPROXY}
+NEXUS_STAGING_URL=${ODLNEXUS_STAGING_URL:-"http://10.29.8.46:8081"}
 NEXUS_STAGING_PROFILE=${ODLNEXUS_STAGING_PROFILE:-425e43800fea70}
 NEXUS_STAGING_SERVER_ID=${ODLNEXUS_STAGING_SERVER_ID:-"opendaylight.staging"}