Merge "Add a note regarding deploy maven jobs"
[releng/builder.git] / jjb / autorelease / include-raw-autorelease-get-integration-test-variables.sh
index ff7cf11a3f5b7efc4e9691f8187cbd8ed430279e..67564700cf77eeec6a7fd50a0261afd994852da7 100644 (file)
@@ -9,8 +9,9 @@
 # http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
 
-NEXUSURL=https://nexus.opendaylight.org/staged-repos/
-VERSION=`grep -m1 '<version>' ${WORKSPACE}/integration/distribution/distribution-karaf/pom.xml | awk -F'[<|>]' '/version/ { printf $3 }'`
+NEXUSURL=https://nexus.opendaylight.org/content/repositories/
+VERSION=`grep -m2 '<version>' ${WORKSPACE}/integration/distribution/distribution-karaf/pom.xml | tail -n1 | awk -F'[<|>]' '/version/ { printf $3 }'`
+echo "VERSION: ${VERSION}"
 REPOID=`grep "Created staging repository with ID" $WORKSPACE/deploy-staged-repository.log | cut -d '"' -f2`
-
 echo BUNDLEURL=${NEXUSURL}/${REPOID}/org/opendaylight/integration/distribution-karaf/${VERSION}/distribution-karaf-${VERSION}.zip > $WORKSPACE/variables.prop
+echo "BUNDLEURL: ${BUNDLEURL}"