I have a build pipeline where a job has two down stream jobs connected. Currently downstream jobs get triggered through parameterized plugin. The problem I am facing is, parameterized trigger plugin kick starts the downstream jobs sequentially not parallely.
Is there a way to kick start down stream jobs parallaly ?
PS: I have many build servers and executers available