I'm trying to create a Pipeline with my git repo in Blue Ocean, but whatever I enter in the text field I get the error 'Repository URL - Please enter a valid URL'. The Jenkins run through a Docker container.
I tried:
ssh://git@<my-host>:/home/git/repos/Genpcap.git
ssh://git@<my-host>:/home/git/repos/Genpcap
git@<my-host>:/home/git/repos/Genpcap.git
git@<my-host>:/home/git/repos/Genpcap
I have confirmed that the network is connected and the git service is available, any ideas?