Git is not visible in Source Code Managment on Jenkins job

You have got the Git SCM plugin installed, right?


Git Plugin has 10 dependencies:

  • Promoted Builds Plugin
  • Credentials Plugin
  • Git Client Plugin
  • SCM API Plugin
  • Mailer
  • Token Macro Plugin
  • Matrix Project Plugin
  • SSH Credentials Plugin
  • Parameterized Trigger Plugin

make sure you have installed all the plugins.


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.