Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Component/s: git-client-plugin
-
Labels:
-
Environment:Jenkins 2.89.2
-
Similar Issues:
Description
If a submodule has a space in its name then Jenkins will fail to update that submodule. It looks like the reason is that the regex search has changed from:
git config -f .gitmodules --get-regexp ^submodule\.(.*)\.url
to:
git config -f .gitmodules --get-regexp ^submodule\.([^ ].*)\.url
This now ignores a submodule with a name something like:
Stingray/Stingray Studio 12.2
Attachments
Issue Links
- is duplicated by
-
JENKINS-48997 The new submodule pattern matching breaks submodules with spaces in name
-
- Closed
-
- is related to
-
JENKINS-46054 Unable to pull submodules that contain ".url" in the url
-
- Closed
-