Reputation: 1820
I would like to set source code managment of my freestyle jenkins job. I installed git plugin manually from git-client.hpi file. I restarted jenkins, set git path but I can not see git in the source code management list. There is no internet connection in server. So any suggestion? Thank You
Upvotes: 8
Views: 17759
Reputation: 19
Install all the git plugins from jenkins plugin manager. Same goes for if any other version control system is missing.
Upvotes: 0
Reputation: 336
I had the same issue. I checked all plugins mentioned above and those are already installed (also most of the Git plugins shipped default with the Jenkins)
I think you have to choose "Free style project" when you create a New Item in Jenkins. If you have selected the "Pipeline" or any other from the list that "Source code management" section is not available when we configure the project.
Upvotes: 3
Reputation: 24174
Git Plugin has 10 dependencies:
make sure you have installed all the plugins.
Upvotes: 3