|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

The git client plugin (as used by the git plugin) definitely has the ability to update submodules recursively. I see the --recursive argument in the source code. What you're seeing may indicate that there is yet still a bug in the code which is somehow preventing that recursive update from operating.
I believe there is a unit test in the git client plugin which specifically checks that recursive update works. However, I'll need to investigate further to confirm that.