Fix path to integration distribution-karaf
[releng/builder.git] / jjb / autorelease / include-raw-autorelease-get-integration-test-variables.sh
index 500e0c417b9c15fc7aa0a7883c8f6f956995ff4d..a4b6deb6c8836aa4c183c7860a6a4a706133452a 100644 (file)
@@ -10,7 +10,7 @@
 ##############################################################################
 
 NEXUSURL=http://nexus.opendaylight.org/content/repositories/
-VERSION=`grep -m1 '<version>' ${WORKSPACE}/integration/distribution/distributions/karaf/pom.xml | awk -F'[<|>]' '/version/ { printf $3 }'`
+VERSION=`grep -m1 '<version>' ${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