What use has Jenkins Release Plugin to Pipeline jobs?
According to documentation:
"The release plugin supports the Maven2 and Free Style Job type".
Still the release step is available as a pipeline step.
Jobs to Release, gives up nothing when I start type. Enter an actual project and gets
ERROR: Failed to load parameter definitions: Server Error
release 'jobProjectName'
So, it will trigger a release build of a maven2 project from a pipeline job.
Is this correct understanding of this plugin?
We no longer have any maven2 projects since all are now pipelines. I was then considering to uninstall this plugin.