Re: Jenkins and Github authentication using SSH keys

2016-03-25 Thread M Franzen
The Jenkins ssh-agent plugin doesn't work on Windows. I'm running Jenkins as a service under a user with limited rights. The used ssh settings can be found in the file /C/Users//.ssh/config. But this should not be necessary as you define this also in the Jenkins -> Credentials. But there is a w

Re: Jenkins and Github authentication using SSH keys

2015-10-23 Thread Mark Waite
I've never seen git plugin managed ssh credentials work from a windows service. https://issues.jenkins-ci.org/browse/JENKINS-20356 is the bug report that describes the issue and some of the explorations that have been attempted. As far as I know, the git plugin doesn't require an ssh-agent proces

Jenkins and Github authentication using SSH keys

2015-10-23 Thread John T Huber
My team migrated from TFS to Github a couple months ago and we have been using Jenkins for our continuous integration testing. We are using the Jenkins Git plugin to poll our git repository and git clone after any check-in. Up until this past week, we have using the username/password method of