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

Somehow I managed to get it working using SSH with Jenkins 1.438 (on a Windows Server 2012 in Azure) and Git Plugin 2.0 and GitLab 6.3:
I set the repo url to the SSH url and set it to use no credentials.
Using Git bash I removed the passphrase from the key being used (named id_rsa.pub).
I also set a username and email for the global Git config.
Using GitLab it had to disable "force SSL" (but not disabling this did break my OS X git clone using SSH also).
I hope I did not forget anything...