VOL-2871 VOL-2872 Pipeline changes for moving kind-voltha to gerrit

Change-Id: I2a116966ce1bf275ce871d66cb4d0f25f1466501
diff --git a/jjb/pipeline/bbsim-scale.groovy b/jjb/pipeline/bbsim-scale.groovy
index 1d92c19..5af7063 100644
--- a/jjb/pipeline/bbsim-scale.groovy
+++ b/jjb/pipeline/bbsim-scale.groovy
@@ -27,7 +27,7 @@
     stage('Create K8s Cluster') {
       steps {
         sh """
-           git clone https://github.com/ciena/kind-voltha.git
+           git clone https:/gerrit.opencord.org/kind-voltha
            cd kind-voltha/
            DEPLOY_K8S=y JUST_K8S=y ./voltha up
            """
@@ -51,8 +51,8 @@
         always {
           sh '''
              WAIT_ON_DOWN=y ./voltha down
-	 cd $WORKSPACE/
-	 rm -rf kind-voltha/ voltha/ || true
+             cd $WORKSPACE/
+             rm -rf kind-voltha/ voltha/ || true
              '''
         }
         failure {