I recently set up Jenkins with the Blue Ocean plugin and have it building off a number of Git repos hosted on our TFS 2013.
I updated the plugins and Jenkins so they are running the latest version.
When I went to add a new pipeline for a new Git repo it is now saying:
"Warning - Saving Pipelines is unsupported using http/https repositories. Please use SSH instead."
When I try to add the pipeline it tells me "Repository URL - Please enter a valid URL.". This is the URL that TFS is giving me to clone the Repo and when I load it in the browser I can view the repo contents so I'm sure this is the correct URL.
Any ideas on how to get around this? I'd like to be able to run latest version of Jenkins and plugins and don't want to downgrade.
Thanks