Hi, The Conditional Build Step Plugin might be what you're looking for: https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin . It let's you execute or skip a build step depending on a condition, which could be a boolean parameter in your usecase.
HTH, Fred On Thursday, March 22, 2012 3:25:36 AM UTC+1, HumbleMonster wrote: > > Hi, > > I am using Jenkins version 1.455. With parameterized-plugin I have > implemented following job workflow: > A if succeeds kicks B, B if succeeds kicks C, C in all cases kicks D > > Current workflow is working without any issues. > > Now a new requirement has come up, we want to run jobs individually as > well. So I want to run A without running B (independent of the execution > status of A). > > How can I implement this? Is there a way I can pass parameters to the job > which tells Jenkins not start downstream jobs? > > I am unable to find a plugin or a way which solves the purpose. Any > pointer/suggestions would be helpful. > > Thanks for attention. > > Ashish >
