X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Fautorelease-maven-deploy.sh;h=a55cf6d5ae779186882149d9b1e067f6a469d345;hb=f4b9f7257925bb9a3da2a9fedda0dfe4fbc5b2db;hp=8d24150c9a1da5f08e30180b130e652efc47a14e;hpb=7cfe8f8e1fbcf69d4220e77c373511e4b94f4a82;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/autorelease-maven-deploy.sh b/jjb/autorelease/autorelease-maven-deploy.sh index 8d24150c9..a55cf6d5a 100644 --- a/jjb/autorelease/autorelease-maven-deploy.sh +++ b/jjb/autorelease/autorelease-maven-deploy.sh @@ -20,7 +20,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:-"http://10.29.8.46:8081"} +NEXUS_STAGING_URL=${ODLNEXUS_STAGING_URL:-"http://10.30.168.7:8081"} NEXUS_STAGING_PROFILE=${ODLNEXUS_STAGING_PROFILE:-425e43800fea70} NEXUS_STAGING_SERVER_ID=${ODLNEXUS_STAGING_SERVER_ID:-"opendaylight.staging"}