Mark Waite commented on Bug JENKINS-24467

As yet another guess, based on comparing the source code of the git-client-plugin and your log, it seems that the command "git ls-remote" is attempting to fork the "ssh" command from inside "git ls-remote" but is unable to find the "ssh" command on the host where it is attempting to execute. The call to "ssh" seems to hint that this is executing on your Linux machine. Also, since the call to ssh is from inside "git ls-remote", it seems to be beyond the control of the git plugin or the git client plugin to make the ssh program available on the PATH when executing "git ls-remote".

Are you confident that ssh is in the PATH on that machine in the context where the "git ls-remote" command is being executed?

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/d/optout.

Reply via email to