Fix incorrect when staging repo is open 94/33794/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 29 Jan 2016 19:12:05 +0000 (14:12 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 29 Jan 2016 19:12:09 +0000 (14:12 -0500)
Change-Id: Id6cfbc4e161e6b8865a91b03d9bde3d939842a50
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh

index a4b6deb6c8836aa4c183c7860a6a4a706133452a..efbfab6a5bd87a20f0cf314401a3df1878d9fc4c 100644 (file)
@@ -11,6 +11,6 @@
 
 NEXUSURL=http://nexus.opendaylight.org/content/repositories/
 VERSION=`grep -m1 '<version>' ${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