-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
Jenkins ver. 1.580.3
git client plugin: 1.16.1
git plugin: 2.3.5
I have to reach my Repository with the following Repository URL: ssh://git@github.com:/github/git.git
But the URL ends up like this in the Joblog:
Fetching upstream changes from ssh:///git@github.com:/github/git.git
and the Repository is not reachable via this URL...
The only workaround is to use the short notation for ssh protocol:
git@github.com:/github/git.git
Seems like the double point is escaped or something?
- duplicates
-
JENKINS-26680 Extraneous Forward-Slash in ssh:// path to repository
- Open