|
||||||||
|
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.

Hey guys, I tried downgrading everything and same exact thing. HOWEVER!
I put -Dorg.jenkinsci.plugins.gitclient.Git.useCLI=true into my JAVA_OPTS and restarted Tomcat to force the git client NOT to use JGit, and it worked!
The issue must have to do with how JGit gets the SSH/shell session. It must not be looking in the right ~/.ssh folder.
I hope this helps you guys too.