From 3743ea7a8107481603708d06af50eabf2aab4e4a Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 25 Jan 2016 10:22:34 -0500 Subject: [PATCH] Fix path to integration distribution-karaf Change-Id: Ic94a7bee41fd82bde398e005e503cd534ee1c84c Signed-off-by: Thanh Ha --- .../include-raw-autorelease-get-integration-test-variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6