move nexus repository to parameter with default value 34/44234/1
authorsandra <sandra.biton@hpe.com>
Thu, 28 Jul 2016 11:11:33 +0000 (14:11 +0300)
committerSandra Biton <sandra.biton@hpe.com>
Thu, 18 Aug 2016 08:44:22 +0000 (11:44 +0300)
Change-Id: Ie91348b0f808c607bdd9801408d178533bbd893d
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
jjb/integration/include-raw-integration-get-bundle-vars.sh

index c2f592a7c5b5b22b2b570c432dc96e4479c24fa5..d01ab252f2d888ed4a0df82278ba7721d46949d9 100644 (file)
@@ -3,6 +3,7 @@ echo "##       Inject Global Variables               ##"
 echo "#################################################"
 
 NEXUSURL_PREFIX=${ODLNEXUSPROXY:-https://nexus.opendaylight.org}
+ODL_NEXUS_REPO=${ODL_NEXUS_REPO:-content/repositories/opendaylight.snapshot}
 
 if [ ${BUNDLEURL} == 'last' ]; then
     # Obtain current pom.xml of integration/distribution, correct branch.
@@ -11,7 +12,7 @@ if [ ${BUNDLEURL} == 'last' ]; then
     BUNDLEVERSION=`xpath pom.xml '/project/version/text()' 2> /dev/null`
     echo "Bundle version is ${BUNDLEVERSION}"
     # Acquire the timestamp information from maven-metadata.xml
-    NEXUSPATH="${NEXUSURL_PREFIX}/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf"
+    NEXUSPATH="${NEXUSURL_PREFIX}/${ODL_NEXUS_REPO}/org/opendaylight/integration/distribution-karaf"
     wget ${NEXUSPATH}/${BUNDLEVERSION}/maven-metadata.xml
     less maven-metadata.xml
     TIMESTAMP=`xpath maven-metadata.xml "//snapshotVersion[extension='zip'][1]/value/text()" 2>/dev/null`