> I'd like to have a job do something and then kick off some downstream > jobs, but I'd like to make some choices in the job to decide *which* > downstream jobs to kick off. > > How can I do that?
I see other solutions have been offered, but if you needs are complex enough . . . google "python Jenkins". It would allow you to write a Python Script to make that decision as part of the job run. Depends on what you need and how complex your decisions are. Frank