I want to build multiple jobs in jenkins:
I install multi job plugin on jenkins. When I build test_all_jobs
, it run job1 and freeze on it and doesn't start job1-1 until I close job1 test!
Actually I want to start job1-1 then job 1-2 and after they finished job 2-1 then job2-2 should start.
I should say I can not use Build Flow Plugin.
Thanks.