Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: git-plugin
-
Environment:Jenkins 2.17, Git Plugin 3.0.0, Git Client Plugin 2.0.0
-
Similar Issues:
Description
I tried to use somehow simplified names for some submodules having more complex path in worktree, ending up in a broken build, as git plugin tries to update-init them using their name instead of their path. leading to a unknown submodule error.
Attachments
Issue Links
- is related to
-
JENKINS-37419 Git plugin checking out non-existent submodule from different branch
-
- Closed
-
I've created a pull request that should address this issue:
https://github.com/jenkinsci/git-client-plugin/pull/225