Category: Jenkins, github

In this blog, we are going to learn how to integrate Jenkins with Github and Maven. The following are the topics we are going to discuss: · Creating a Maven Project in Eclipse

I am going to show you how to create a Maven Project in Eclipse.

Click on Git and enter the github url where you have added your Maven project. Now go to Build Tab and Enter the location of pom.xml present in the Github Repository and write Maven Goal “install” to create build of the Maven Project.

Related Articles