I have configured the vsphere cloud plugin in Jenkins.
Configured a template which will be used to launch a VM on demand.
When I triggered the Jenkins job which is pointed to above mentioned template , its launches a VM. Then I triggered a second job pointing same template , it went in queue and waits to complete the first job.
My question how to launch multiple VMs from a template in parallel?