1

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?

Gerold Broser
  • 14,080
  • 5
  • 48
  • 107

2 Answers2

4

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

sharat
  • 41
  • 3
0

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.

Andrej Istomin
  • 2,527
  • 2
  • 15
  • 22