Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-48818

Git plugin no longer updates submodules with spaces in the name

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

            markewaite Mark Waite
            stevebaxter Steve Baxter
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: