> On 20.11.2016, at 12:26, Laurent Guilmette <
laurentg...@gmail.com> wrote:
>
> Is it possible with a plugin to bypass certain task/step of a job?
> It would avoid overloading the job configuration which is sometimes already consequent ! And by the way It is better than manually update hundred of jobs !
>
> So in a certain context for example I want to do not execute batch script, or the sonar postask, or the email forward postask, etc ....
Conditional Build Step Plugin should allow you to do that based on conditions like build parameters.
JENKINS-4819 tacks the manual disabling of build steps -- unfortunately my first attempt at it didn't work out, and I haven't been able to work on it since.
FWIW Conditional Build Step also has the "conditions" Always/Never that you can use as workaround while JENKINS-4819 doesn't exist.