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:
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?