m2release-plugin
m2release-plugin copied to clipboard
[JENKINS-40766] add pipeline support
Pipeline support is added to release plugin. Release can be triggered from pipeline as following:
m2release job: 'jobname'
I was using pipeline-build-step-plugin as a reference as well as release-plugin.
I've done few modifications in order to be able to start developing on the plugin (currently compilation is failing on master brunch):
- fixed javadoc errors
- junit tests updated to use
@Rules
instead of inheritingHudsonTestCase
- missing header
<?jelly escape-by-default='true'?>
was added to *.jelly files