X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-get-bundle-url.sh;h=521fcb6e6c4227766f47a5c872e78571a49fffb6;hb=refs%2Ftags%2Frelease%2Fberyllium;hp=7d8412ecf0f1b2804f8815a49cb390b92aca8342;hpb=3af7579fe30359682d4a8578b9d87ae35a44c67e;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-get-bundle-url.sh b/jjb/integration/include-raw-integration-get-bundle-url.sh index 7d8412ecf..521fcb6e6 100644 --- a/jjb/integration/include-raw-integration-get-bundle-url.sh +++ b/jjb/integration/include-raw-integration-get-bundle-url.sh @@ -1,5 +1,5 @@ # Extract the BUNDLEVERSION from the pom.xml -BUNDLEVERSION=`xpath integration/pom.xml '/project/version/text()' 2> /dev/null` +BUNDLEVERSION=`xpath distribution/pom.xml '/project/version/text()' 2> /dev/null` echo "Bundle version is ${BUNDLEVERSION}" BUNDLEURL=${BUILD_URL}org.opendaylight.integration\$distribution-karaf/artifact/org.opendaylight.integration/distribution-karaf/${BUNDLEVERSION}/distribution-karaf-${BUNDLEVERSION}.zip