Lets say there is project A which has a checkbox parameter called jobs. In the jobs parameter there are three downstream jobs B, C and D. Now, is it possible that if I select C and D only those two downstream jobs get triggered?
I know I can do it by calling remote API for those two jobs as part of the build step (shell), but I wanted to see if there is an option from downstream jobs itselfs.