|
||||||||
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.
Did this ever work for you? As far as I understand the SSH URL syntax for ssh URLs, the ":" is followed by a port number, not by a relative path. I use ssh://mwaite@wheezy64b:2022/var/lib/git/mwaite/jenkins/git-client-plugin.git to use ssh to access the repository at /var/lib/git/mwaite/jenkins/git-client-plugin.git on wheezy64b as user mwaite using port 2022. If you want relative paths, I think you need to use the scp style syntax described in the git protocols page.
Also, for the benefit of future bug reports, it will help very much if you include
What version of the git-plugin are you using?
What version of the git-client-plugin are you using?
What other (relevant) plugins are you using, and what versions of those plugins?