Execute Multiple Simulation Scenarios at once in Jenkins Pipeline

I have recorded 3-4 different scenarios in separate scala files. i want to run them all together as part of a single Jenkins pipeline. Was unable to find any conclusive documentation on how to do this.

Any help would be greatly appreciated

Do you understand that if you run multiple concurrent load tests from the same machine at the same time, they will compete for hardware resources and your results might be broken?

Hi Stéphane,
Would the correct approach be to run each simulation as its own job, just to trigger them at the same time ?

Thanks,
Jeet

If you have separate scenarios that you want to run together, then they are all part of a single simulation. You need to create the simulation with each scenario getting its own injection profile.