Git plugin no longer updates submodules with spaces in the name

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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

            Assignee:
            Mark Waite
            Reporter:
            Steve Baxter
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: