Hi,
I have three jobs J1, J2 and J3. I want to put a dependency such that J3 shall start only when J1 and J2 completes successfully.
Is there any way to achieve this ? Please note that puting the functionality of the jobs into workflows is not an option here as I want to run J1 and J2 in parallel and then start J3 once J1 and J2 both complete.
Many thanks and best regards
Kaushik