Jenkins Git Setup
How to setup Jenkins git? In your Jenkins Dashboard (Home screen), click the Manage Jenkins option on the left hand side. In the next screen, click on ‘Manage Plugins’ option. In the next screen, click on Available tab. This tab gives a list of plugins which are available for downloading. In the ‘Filter’ tab type ‘Git plugin’ Installation will then begin and the screen will be refreshed to show the status of the download. Once all installations are complete, restart Jenkins by issuing below command in the browser. http://localhost:8080/jenkins/restart After restarting Jenkins, 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, example ‘Demo’. Select ‘Freestyle project’ as the item type. Click the Ok button. Make sure that Jenkins is properly setup and Maven project is on GitHub. Step 1: Configure Jenkins Insure that...