Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Maven Project" radio option is not showing in Jenkins (latest version 2.7.1 for Windows)

Tags:

jenkins

"Maven Project" radio option is not showing in Jenkins (latest version 2.7.1 for Windows)

Steps: - Open Jenkins server - Click on New Item

The 'maven project' radio option is not available.

Though I've added (installed) "Maven Metadata Plugin for Jenkins CI Server" from Jenkin's "Manage Plugin" section.

Appreciate in advance for sooner reply on this.

Thanks, Shiv

like image 646
user6593259 Avatar asked Jul 15 '16 09:07

user6593259


2 Answers

enter image description here

Check if you tick the enable checkbox for the maven plugin. If not enable it and restart the server again.

like image 188
tinkerbell Avatar answered Oct 04 '22 01:10

tinkerbell


To add Maven Project in New Item Page >

  1. Goto Manage Jenkins-> Manage Plugin
  2. Click on Available Tab
  3. Search Unleash Maven Plugin
  4. Enable the check-box, click on
like image 34
Shivam Avatar answered Oct 04 '22 02:10

Shivam