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=c026ea567af29a840fac0a1a9c539bcdce3df0d7;hp=7d8412ecf0f1b2804f8815a49cb390b92aca8342;hpb=60a853ae11f6ed897c1864744903929f2be8467d;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