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>
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