2
votes

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?

1

1 Answers

2
votes

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