I have implemented a sample CI/CD pipeline using Jenkins for an application. The GIT URL for the private repository specified in code checkout job works fine.
But when I use the same GIT Repo url to create a pipeline using "Blue Ocean" plugin it is throwing the following error:
Repository URL - Please enter a valid URL.
Can anyone please help what can be the possible error as I am unable to figure out as the normal job in the pipeline is working fine.