Configuring Jenkins

Notification and reporting are an important part of Continuous Integration. Therefore, we need an advanced e-mail notification plugin. We will also need a plugin to make Jenkins interact with Git.

Along with these plugins, we will also need to install and configure Java and Maven inside Jenkins. This will enable Jenkins to perform builds.

Installing the Git plugin

In order to integrate Git with Jenkins, we need to install the GIT plugin. The steps are as follows:

  1. From the Jenkins Dashboard, click on the Manage Jenkins link.
  2. This will take you to the Manage Jenkins page. From here, click on the Manage Plugins link and go to the Available tab.
  3. Type GIT plugin in the search box. Select GIT plugin from the list and click on the Install ...

Get Learning Continuous Integration with Jenkins now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.