X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-get-bundle-vars.sh;h=6b57c40272c8262ae5a7e4d9524b41f91de19928;hb=b44aaa0cfbb05c8250c06d9dac16085f1e9ac732;hp=9772004f3c37f17592ea215fdc4c9ce273fde43d;hpb=79a094975bca3157268f80100d7b6f5e613d521b;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-get-bundle-vars.sh b/jjb/integration/include-raw-integration-get-bundle-vars.sh index 9772004f3..6b57c4027 100644 --- a/jjb/integration/include-raw-integration-get-bundle-vars.sh +++ b/jjb/integration/include-raw-integration-get-bundle-vars.sh @@ -22,6 +22,11 @@ if [ ${BUNDLEURL} == 'last' ]; then BUNDLEFOLDER="distribution-karaf-${BUNDLEVERSION}" BUNDLE="distribution-karaf-${TIMESTAMP}.zip" ACTUALBUNDLEURL="${NEXUSPATH}/${BUNDLEVERSION}/${BUNDLE}" +elif [[ ${BUNDLEURL} == *"distribution-check"* ]]; then + ACTUALBUNDLEURL="${BUNDLEURL}" + BUNDLE="${BUNDLEURL##*/}" + BUNDLEFOLDER="${BUNDLE//.zip}" + BUNDLEVERSION="${BUNDLEFOLDER//distribution-karaf-}" else ACTUALBUNDLEURL="${BUNDLEURL}" BUNDLE="${BUNDLEURL##*/}"