I'm trying to create a new pipeline using Blue Ocean plugin, my code is stored in a git repository. I've already registered the public SSH Key on my repo.
When I enter the URL (using ssh) and click on the create pipeline button, the GUI seems to be working, but the pipeline is never created. And I get the following error on the Jenkins console.
Error while serving http://jenkins.loremipsum.com/blue/rest/organizations/jenkins/pipelines/ org.eclipse.jgit.errors.NotSupportedException: URI not supported: ssh:///git@gitlab.loremipsum.com:loremipsum/group/project.git
This happens with URLs that starts with ssh: (I cannot create pipelines using other protocols is not supported.