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

Git plugin uses git.exe as default on Windows server, even for Linux agents

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • git-plugin
    • None
    • Jenkins 2.146
      Default plugins

      When I run Jenkins from the war file on Windows with the default plugins, it defines the git implementation as "git.exe" instead of "git".

      When I add a Linux agent, it incorrectly attempts to use "git.exe" as the git executable on the Linux agent.

      It should use "git" as the default git implementation on Linux agents even when connected from a Windows master.

      Preferred solution is to use a Linux controller rather than a Windows controller because more Jenkins users run Linux controllers than Windows controllers. If that solution is not viable, then an alternate solution is to define a new git implementation like "git-linux" with the path to the git executable on the Linux agents (typically /usr/bin/git or git).

            Unassigned Unassigned
            markewaite Mark Waite
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: