|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The command "git clone git@host:/opt/git/..." needs to use ssh authentication to read from the remote repository. That read from the remote repository is probably failing because the service account you're using on Windows is not configured to perform ssh authentication to the remote git repository.
JENKINS-20356 reports that Jenkins cannot clone ssh based git repositories when running as a service. You might explore the ideas in that bug report to see if they help you further.