Reputation: 821
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.
Why I cant find the "perform maven release" item?
Can you help please?
Upvotes: 2
Views: 1367
Reputation: 1062
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:
and then you will be able to see "Perform Maven Release" an extra menu option to start your Release Build:
Upvotes: 2