Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Tidhar Klein Orbach
thanks Mark. git --version (executed from an "execute shell script" step) returned 1.7.1 i'll check with newer git / jenkins versions. thanks! On Sunday, April 3, 2016 at 2:05:25 PM UTC+3, Mark Waite wrote: > > https://issues.jenkins-ci.org/browse/JENKINS-29243 may also be of > interest. > > On

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Mark Waite
https://issues.jenkins-ci.org/browse/JENKINS-29243 may also be of interest. On Sun, Apr 3, 2016 at 5:03 AM Mark Waite wrote: > Are you certain that your git version supports submodules? You didn't > mention the version of command line git you're using, so we can't tell if > it is supported by t

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Mark Waite
Are you certain that your git version supports submodules? You didn't mention the version of command line git you're using, so we can't tell if it is supported by the plugin. The plugin needs at least 1.7.10, and is better with even newer versions. If you're having Jenkins install your own copy

checkout git repository with submodules with git plugin

2016-04-03 Thread Tidhar Klein Orbach
Hi, i'm trying to checkout a git repository with git submodules suing jenkins git plugin. I checked the "Recursively update submodules" option, but I get an error: FATAL: Command "/DATA/my_slave/tools/git/git submodule update --init --recursive" returned status code 1:*10:37:41* stdout: *10:37:41