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

As I stated in the bug I need to use this URL syntax, because of certain post build processors.
I tried the ssh URL and JGit, this are my test results:
Using JGit and https://
Failed to connect to repository : org.eclipse.jgit.errors.TransportException: https://[email protected]/user/repository.git: not authorized
Using JGit and git://
Failed to connect to repository : org.eclipse.jgit.errors.NotSupportedException: URI not supported: git://[email protected]/user/repository.git
Using JGit and ssh://
No error message, but the build runs in a endless loop.
Using Git command line and ssh://
Failed to connect to repository : Command "C:/Progra~2/Git/bin/git.exe -c core.askpass=true ls-remote -h ssh://[email protected]/user/repository.gitHEAD" returned status code 128:
stdout:
stderr: Unable to open connection:
Host does not existfatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists