X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Fautorelease-get-integration-test-variables.sh;h=95ff652ae7e723842b87c0239238304a5f995085;hb=0abaee571f249a9da5396f5d44cae9350f2fbf2a;hp=ad4a7015d5dc5999541ac543a79778338b6a7326;hpb=a1c38b8da9deb870f6e4a43fea96554e1b6a2c72;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/autorelease-get-integration-test-variables.sh b/jjb/autorelease/autorelease-get-integration-test-variables.sh index ad4a7015d..95ff652ae 100644 --- a/jjb/autorelease/autorelease-get-integration-test-variables.sh +++ b/jjb/autorelease/autorelease-get-integration-test-variables.sh @@ -21,6 +21,7 @@ VERSION=$(grep -m2 '' "${WORKSPACE}/integration/distribution/${KARAF_AR echo "VERSION: ${VERSION}" STAGING_REPO_ID=$(grep "$NEXUS_STAGING_URL" "$WORKSPACE/archives/staging-repo.txt" | awk '{print $1}') BUNDLE_URL="${NEXUSURL}/${STAGING_REPO_ID}/org/opendaylight/integration/${KARAF_ARTIFACT}/${VERSION}/${KARAF_ARTIFACT}-${VERSION}.zip" +# shellcheck disable=SC2129 echo STAGING_REPO_ID="$STAGING_REPO_ID" >> "$WORKSPACE/variables.prop" echo BUNDLE_URL="$BUNDLE_URL" >> "$WORKSPACE/variables.prop" echo KARAF_VERSION="$KARAF_VERSION" >> "$WORKSPACE/variables.prop"