X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fautorelease.sh;h=6731e7ec062c9232b7a23f8c68141914e3121d72;hb=d2298c706207323ed74d211ef6f3999692527612;hp=a02d8f2ba7adc1ce984ae9ec7188272c71aa6b53;hpb=222288c21fc5c9ad613a89a793b22c9fb344d82e;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/autorelease.sh b/jenkins-scripts/autorelease.sh index a02d8f2ba..6731e7ec0 100755 --- a/jenkins-scripts/autorelease.sh +++ b/jenkins-scripts/autorelease.sh @@ -2,6 +2,6 @@ # Format and mount rackspace data disk mkfs -t ext3 /dev/xvde1 -mkdir /opt/jenkins/workspace -mount /dev/xvde1 /opt/jenkins/workspace -chown jenkins:jenkins /opt/jenkins/workspace +mkdir /w/workspace +mount /dev/xvde1 /w/workspace +chown jenkins:jenkins /w/workspace