Plugin for Jenkins to easily add additional actions to job

continuous-integration, jenkins

Solution

There is a batch task plugin.

Problem

Is there a plug-in that let me add custom additional actions to Jenkins' jobs. I'd like to have additional buttons in left column just like Maven release plugin adds "Perform Maben Release". I'd like to have things like "Put on QA server", "Run Sonar Analysis" etc. I know I can create separate jobs, but I'd like to share the same workspace. It could run the parametrized build with predefined parameters or run custom maven goal.

Original source