|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

After looking at your note and the code it became clear what our issue was. There was a change in the git-client plugin behavior that made this hard to debug. On the server page https://jenkinsserver.com/configure page we configured Git to be accessed from cmd/git.exe (which worked with earlier versions of the Git plugin.) With the newer version of the plugin we found that we have to configure the path in bin/git.exe so it can find the bin/ssh.exe in the same directory. Given that the standard Git distribution includes both directories it should be made clear that the git-client plugin needs the path to bin/git.exe if you are using the ssh protocol.