Revert "Modify get bundle script to deal with "... 40/52940/1
authorVratko Polak <vrpolak@cisco.com>
Tue, 7 Mar 2017 12:25:13 +0000 (13:25 +0100)
committerVratko Polak <vrpolak@cisco.com>
Tue, 7 Mar 2017 12:25:13 +0000 (13:25 +0100)
This reverts commit fb393296a14f5d34ec67e74a191e06e4b702fbe0.

I believe distribution-check now uses different script
and current BUNDLEFOLDER computation is wrong
fro direct Nexus link (as opposed to 'last').

Change-Id: I93c88f4a7c921e152506706570cb1c1c9948c6f9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
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