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
-
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | git-plugin [ 15543 ] | |
Component/s | git-client-plugin [ 17423 ] |
Environment | Jenkins 2.89.2 |
Component/s | git-client-plugin [ 17423 ] | |
Component/s | git-plugin [ 15543 ] |
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: {code:java} git config f .gitmodules --get-regexp ^submodule\.(.*)\.url{code} to: {code:java} git config f .gitmodules --get-regexp ^submodule\.([^ ].*)\.url{code} This now ignores a submodule with a name something like: Stingray/Stingray Studio 12.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: {code:java} git config -f .gitmodules --get-regexp ^submodule\.(.*)\.url{code} to: {code:java} git config -f .gitmodules --get-regexp ^submodule\.([^ ].*)\.url{code} This now ignores a submodule with a name something like: Stingray/Stingray Studio 12.2 |
Link |
This issue is duplicated by |
Labels | regression |
Link |
This issue is related to |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |