Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git is not visible in Source Code Managment on Jenkins job

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

installed git path

git is not listed

like image 401
Winston Avatar asked Oct 30 '15 08:10

Winston


2 Answers

You have got the Git SCM plugin installed, right?

like image 72
Stuart Grassie Avatar answered Nov 16 '22 04:11

Stuart Grassie


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.

like image 27
Sajib Khan Avatar answered Nov 16 '22 02:11

Sajib Khan