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
