How can I run simultaneous request parallely

@tmccann

Thanks for your response, much appreciated

We are running it in Jenkins using Postman API. In the smokeTest folder there are multiple collections in it , but any time we execute the job on Jenkins, it only runs the first Collection in the smokeTest folder.

So how can run newman with Postman API in Jenkins and be able to execute all the collections in the smokeTest folder and where should we put the " #!/bin/bas" file.