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