Revert "Modify get bundle script to deal with "...
[releng/builder.git] / jjb / integration / include-raw-integration-get-bundle-vars.sh
index 6c5f5cb467ca5193640c2bf13167d898cbc7e424..9772004f3c37f17592ea215fdc4c9ce273fde43d 100644 (file)
@@ -25,8 +25,8 @@ if [ ${BUNDLEURL} == 'last' ]; then
 else
     ACTUALBUNDLEURL="${BUNDLEURL}"
     BUNDLE="${BUNDLEURL##*/}"
-    BUNDLEFOLDER="${BUNDLE//.zip}"
-    BUNDLEVERSION="${BUNDLEFOLDER//distribution-karaf-}"
+    BUNDLEVERSION="$(basename $(dirname $BUNDLEURL))"
+    BUNDLEFOLDER="distribution-karaf-${BUNDLEVERSION}"
 fi
 
 if [ ${JDKVERSION} == 'openjdk8' ]; then