-
Bug
-
Resolution: Fixed
-
Blocker
-
Jenkins 2.89.2
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
- 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