Added vagrant setup for a Jenkins system for ONAP
Add a set of vagrant scripts that will set up a
local Jenkins environment with pre-defined jobs
to build all the ONAP java code and docker images.
Change-Id: I67ed254bcb38a7be989b7c2861fd3ea4ec9c66f2
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
new file mode 100755
index 0000000..6bdb68a
--- /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