From: Andrew Grimberg Date: Sat, 23 Jun 2018 00:29:41 +0000 (-0700) Subject: Global-JJB Jenkins scripts require recurse X-Git-Tag: v0.22.0~21^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7241784762aac203e0c1c35bf4d65a70d85a1b66;p=releng%2Fglobal-jjb.git Global-JJB Jenkins scripts require recurse 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 Signed-off-by: Anil Belur --- diff --git a/jenkins-init-scripts/README b/jenkins-init-scripts/README index 85487864..2d85978c 100644 --- a/jenkins-init-scripts/README +++ b/jenkins-init-scripts/README @@ -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