From 7241784762aac203e0c1c35bf4d65a70d85a1b66 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 22 Jun 2018 17:29:41 -0700 Subject: [PATCH] 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 --- jenkins-init-scripts/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6