From be280c844c6e8ff02cc6a1fc32e3ef593bdab1e4 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Wed, 26 Apr 2017 10:56:44 -0700 Subject: [PATCH] Check if distribution came from jenkins Change-Id: I5c4ff13fcce54a424b4ef40c328f088f875424b3 Signed-off-by: Jamo Luhrsen --- jjb/integration/integration-detect-variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-detect-variables.sh b/jjb/integration/integration-detect-variables.sh index 009e0fe4b..78067e9bd 100644 --- a/jjb/integration/integration-detect-variables.sh +++ b/jjb/integration/integration-detect-variables.sh @@ -20,7 +20,7 @@ if [ ${BUNDLE_URL} == 'last' ]; then BUNDLEFOLDER="${KARAF_ARTIFACT}-${BUNDLEVERSION}" BUNDLE="${KARAF_ARTIFACT}-${TIMESTAMP}.zip" ACTUAL_BUNDLE_URL="${NEXUSPATH}/${BUNDLEVERSION}/${BUNDLE}" -elif [[ "${BUNDLE_URL}" == *"distribution-check"* ]]; then +elif [[ "${BUNDLE_URL}" == *"jenkins"* ]]; then ACTUAL_BUNDLE_URL="${BUNDLE_URL}" BUNDLE="${BUNDLE_URL##*/}" BUNDLEFOLDER="${BUNDLE//.zip}" -- 2.36.6