Trending Technology Machine Learning, Artificial Intelligent, Block Chain, IoT, DevOps, Data Science

Recent Post

Codecademy Code Foundations

Search This Blog

Jenkins - Git Setup in DevOps

For this blog. you have to ensure that Internet connectivity is present from the machine on which Jenkins is installed. In your Jenkins Dashboard (Home screen), click the mange Jenkins option on the left hand side.



In the next screen, click the 'Mange Plugins' option.



In the next screen, click the available tab. This tab will give a list of plugins, which are available for downloading. In the 'Filter' tab type 'Git plugin'.



This list will then be filtered. Check the Git plugin option and click on the button 'Install without restart'.



This installation will then begin and the screen will be refreshed to show the status of the download.


Once all installation are complete, restart Jenkins by issue the following command in the browser. http://localhost:8080/jenkins/restart

After Jenkins is restart, Git will be available as an option whilst configuring jobs. To verify, click on new item in the menu options for jenkins. Then enter a name for a job, in the following case, the name entered is Demo, Select Freestyle project as the item type Click the



In the next screen, if you browse to the Source code Management section, you will now see 'Git' as an option.




No comments:

Post a Comment

Popular Articles