ikedam commented on Bug JENKINS-14046

In my environment, hangs is not reproduced since introducing following configuration:

  • Create a batch file
    @echo off
    ssh -i C:\path\to\id_rsa -oBatchMode=yes -oStrictHostKeyChecking=no -oConnectTimeout=3 -oServerAliveInterval=1 -oServerAliveCountMax=3 %*
  • Set GIT_SSH to the path to the file above.


My environemnt is:
OS: Windows7/64bit
Git: msysgit 1.8.0-preview20121022(32bit)
Git plugin: 1.5.0

I want to know whether this works for others environments. Please try it.

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.

Reply via email to