Shruthi Sathyanarayana
Shruthi Sathyanarayana

Reputation: 211

Not able to find "Maven Project" radio button while creating new job in Jenkins

I am new to Jenkins. I have followed all the steps. I have downloaded jenkins.war and placed it in webapps directory of my Tomcat. Once I start my Tomcat and give the URL localhost:8080/jenkins I get Jenkins dashboard. I have configured JDK_HOME and MAVEN_HOME by giving the path of my local. Now, when I try to create new job, I am only getting Freestyle project option as shown below:

enter image description here

However I want to create a Maven project here.

I have also downloaded maven-plugin.hpi file and added it in .j2/plugins folder.

But no plugin is shown in the dashboard. I am stuck here. Can anyone please help?

Upvotes: 1

Views: 4327

Answers (2)

sharat
sharat

Reputation: 41

On latest version of Jenkins, under Manage Plugins I have installed "Maven Integration Plugin" and it worked for me

Upvotes: 4

Andrej Istomin
Andrej Istomin

Reputation: 3013

Probably you need to install https://wiki.jenkins-ci.org/display/JENKINS/Maven+Project+Plugin additionally. Take a look at Manage Jenkins -> Manage Plugins if this plugin is installed.

Upvotes: 0

Related Questions