I'm having the same problem. Everything was working fine until some point.
On Tuesday, February 5, 2013 at 2:26:23 AM UTC-5, Julian wrote:
>
> Hi, I'm having an issue where I can't get Jenkins to checkout a project
> that has a submodule in it (which contains further submodules), but I am
> able
Hi, I'm having an issue where I can't get Jenkins to checkout a project
that has a submodule in it (which contains further submodules), but I am
able to do so myself.
For instance, if I manually run:
git clone [repository-url]
[chdir into repository]
git submodule update --recursive --init