From 872f40febb8775eb0039cb562b9b3d2d36b65cf7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 29 Jan 2016 14:12:05 -0500 Subject: [PATCH] Fix incorrect when staging repo is open Change-Id: Id6cfbc4e161e6b8865a91b03d9bde3d939842a50 Signed-off-by: Thanh Ha --- .../include-raw-autorelease-get-integration-test-variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh b/jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh index a4b6deb6c..efbfab6a5 100644 --- a/jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh +++ b/jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh @@ -11,6 +11,6 @@ NEXUSURL=http://nexus.opendaylight.org/content/repositories/ VERSION=`grep -m1 '' ${WORKSPACE}/integration/distribution/distribution-karaf/pom.xml | awk -F'[<|>]' '/version/ { printf $3 }'` -REPOID=`grep "Closing staging repository with ID" $WORKSPACE/deploy-staged-repository.log | cut -d '"' -f2` +REPOID=`grep "Created staging repository with ID" $WORKSPACE/deploy-staged-repository.log | cut -d '"' -f2` echo BUNDLEURL=${NEXUSURL}/${REPOID}/org/opendaylight/integration/distribution-karaf/${VERSION}/distribution-karaf-${VERSION}.zip > $WORKSPACE/variables.prop -- 2.36.6