2

I installed Maven Release Plugin for Jenkins and Release plugin for Jenkins Maven Release Plugin Release Plugin I restarted Jenkins many times after installation is done.

The problem is in a Maven Project Job, under "Build Environment" section I dont find the Maven Release Item.

enter image description here

enter image description here Why I cant find the "perform maven release" item?

Can you help please?

king9981
  • 821
  • 1
  • 8
  • 12

1 Answers1

2

I guess the reason is that your job is not of type Maven Project.

When creating the project please select the type to be Maven Project:

Create Maven Project job

and then you will be able to see "Perform Maven Release" an extra menu option to start your Release Build:

Perform Maven Release

Radoslav Ivanov
  • 970
  • 8
  • 23
  • Can you add or more detail or otherwise expand on your point? That would increase the quality of your answer. – dkackman Mar 05 '18 at 23:45