Test clone from AP gerrit mirror

Change-Id: I5181b1f0740d2aa5a058850cda0ff4b90b7d933d
Issue-ID: INT-146
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/bootstrap/jenkins/scripts/clone-all.sh b/bootstrap/jenkins/scripts/clone-all.sh
index d9da805..fbb8c24 100755
--- a/bootstrap/jenkins/scripts/clone-all.sh
+++ b/bootstrap/jenkins/scripts/clone-all.sh
@@ -12,6 +12,6 @@
 while read p; do
     if [ ! -e $p ]; then
 	echo $p
-	git clone ssh://gerrit.onap.org:29418/$p $p
+	git clone git://gerrit-mirror-ap.onap.org/mirror/$p $p
     fi
 done < projects.txt