aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/jenkins/scripts/clone-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/jenkins/scripts/clone-all.sh')
-rwxr-xr-xbootstrap/jenkins/scripts/clone-all.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/jenkins/scripts/clone-all.sh b/bootstrap/jenkins/scripts/clone-all.sh
new file mode 100755
index 000000000..6bdb68a09
--- /dev/null
+++ b/bootstrap/jenkins/scripts/clone-all.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+while read p; do
+ echo $p
+ git clone ssh://gerrit.onap.org:29418/$p $p
+done < projects.txt