Fix incorrect when staging repo is open
[releng/builder.git] / 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