From: Thanh Ha Date: Mon, 25 Jan 2016 15:22:34 +0000 (-0500) Subject: Fix path to integration distribution-karaf X-Git-Tag: release/beryllium~99 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=3743ea7a8107481603708d06af50eabf2aab4e4a;p=releng%2Fbuilder.git Fix path to integration distribution-karaf Change-Id: Ic94a7bee41fd82bde398e005e503cd534ee1c84c Signed-off-by: Thanh Ha --- diff --git a/jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh b/jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh index 500e0c417..a4b6deb6c 100644 --- a/jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh +++ b/jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh @@ -10,7 +10,7 @@ ############################################################################## NEXUSURL=http://nexus.opendaylight.org/content/repositories/ -VERSION=`grep -m1 '' ${WORKSPACE}/integration/distribution/distributions/karaf/pom.xml | awk -F'[<|>]' '/version/ { printf $3 }'` +VERSION=`grep -m1 '' ${WORKSPACE}/integration/distribution/distribution-karaf/pom.xml | awk -F'[<|>]' '/version/ { printf $3 }'` REPOID=`grep "Closing 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