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

I performed some further tests with multiple versions of git. I can't find a way to make any of them work with a relative path in an ssh URL. The tests used git / operating system versions:
What git version are you running which passed that test? Are you using command line git or JGit?
Later investigations in JENKINS-27483 showed that msysgit on Windows allows that syntax. It seems to be the only platform which allows it.
I agree that this is a bug (the plugin should not rewrite the ssh URL), but even if that bug is fixed, the URL syntax being used is not platform portable. It only works on msysgit on Windows.