ibrahim deek <ibrahim.deek <at> gmail.com> writes: > > > Hi,I would like to create a general job, and in this job I want to select the projects I want to run.I know we can use build other projects in "Post-build Actions", but I want to select the jobs to run, something like list.anyone can help please?Regards,Ibrahim > > > >
Hi ibrahim, to do that you need to create a parametrized job A with "Choice" parameter named projectToBeRun. In Choices you put all the job of your list. Then as build step you choose "trigger/call build on other project", in "Projects to build" you put ${projectToBeRun}. Then when you will run A, you will have to choose the project to be run. Hope it can help. -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.