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.