Global-JJB Jenkins scripts require recurse 37/11537/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Sat, 23 Jun 2018 00:29:41 +0000 (17:29 -0700)
committerAnil Belur <abelur@linuxfoundation.org>
Sat, 23 Jun 2018 11:19:29 +0000 (21:19 +1000)
If a project is switching to using the global-jjb provided
jenkins-init-scripts then the clone that they need to do requires that
they do a submodule recurse clone.

Change-Id: I748205f58b016e27bdd1c95df6b67d47b16bb6aa
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jenkins-init-scripts/README

index 8548786..2d85978 100644 (file)
@@ -11,5 +11,5 @@ it to Jenkins for job use.
 To use this create a managed file in Jenkins with the contents:
 
     #!/bin/bash
-    git clone https://gerrit.example.org/r/ci-management.git /opt/ciman
+    git clone --recurse-submodules https://gerrit.example.org/r/ci-management.git /opt/ciman
     /opt/ciman/jjb/global-jjb/jenkins-init-scripts/init.sh