-
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
-
[JENKINS-27483] Repository URL containg double points couldn't be resolved correctly.
Link | New: This issue duplicates JENKINS-26680 [ JENKINS-26680 ] |
Workflow | Original: JNJira [ 161692 ] | New: JNJira + In-Review [ 180796 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
It is not clear what the problem is... the third slash?