Issue
I'm new to Jenkins and git too. I created a remote repository at github.com
and made a local copy of it.
Then I want to link it through Jenkins. I installed needed plugins for git integration, but I don't know what my local Repository URL is to set it when configuring the new project. Could someone help me where to find it?
Solution
In this case, the URL should start with the file protocol followed by the path to the repository. E.g., file:///home/rbkcbeqc/dev/git/gitsandbox
.
Answered By - Balakrishnan Ramaswamy