May 2017
Intermediate to advanced
312 pages
5h 23m
English
In this section, we will create a Maven-based Jenkins build job that will execute the pom.xml file for compilation, ubit test execution, and creating a package file. So let's begin!
On the Jenkins dashboard, click on New Item:

As it is a Maven-based project, we will select the Maven project template. In case it is an Ant-based application or any other automation task, then we can select the Freestyle project template to create Build Job. Select Maven project and click on OK. It will open the build job configuration page, as shown in the following screenshot:
In Source Code Management ...
Read now
Unlock full access