To configure Jenkins, let's follow these steps:
- First, we will create a new job, by clicking on New Item or on the create new jobs link, as shown in the following screenshot:
- On the job configuration form, enter the name of the job, for example, demoCI, and choose the Freestyle project template, then validate that by clicking on OK, as shown in the following screenshot:
- Then, we configure the job with the following parameters:
- In the GitHub project input, we enter the URL of the GitHub repository as follows: ...