> On 20.11.2016, at 12:26, Laurent Guilmette <[email protected]> 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. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9E46DC88-5787-4D74-B6E3-0322905731DF%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
