X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Fautorelease-get-integration-test-variables.sh;h=e7e347f47d00b9c4dce52f7e52557f9e6f8d1591;hb=0a3c84bce0b23dfa756cf4ebfa275eabc344b1b3;hp=8c4dc15e85f7743742c8548538ddb0468bdcdacd;hpb=6e2271d4db59c027e4f6cd234becc827186546be;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/autorelease-get-integration-test-variables.sh b/jjb/autorelease/autorelease-get-integration-test-variables.sh index 8c4dc15e8..e7e347f47 100644 --- a/jjb/autorelease/autorelease-get-integration-test-variables.sh +++ b/jjb/autorelease/autorelease-get-integration-test-variables.sh @@ -14,9 +14,9 @@ # 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:-$ODLNEXUSPROXY}" -NEXUSURL=${NEXUS_STAGING_URL}/content/repositories/ +NEXUSURL="${NEXUS_STAGING_URL}/content/repositories/" VERSION=$(grep -m2 '' "${WORKSPACE}/integration/distribution/${KARAF_ARTIFACT}/pom.xml" | tail -n1 | awk -F'[<|>]' '/version/ { printf $3 }') echo "VERSION: ${VERSION}" STAGING_REPO_ID=$(grep "Created staging repository with ID" "$WORKSPACE/deploy-staged-repository.log" | cut -d '"' -f2)