Groovy Jenkins pipeline -- 2

Job ID: 30851350

Budget: $25 – $50 USD

I have a string parameter (model=‘52’).
I have a pipeline script with several different stages in it.
In the above case there is only one input, so pipeline is executed once. For other inputs I’m triggering same job parallel to this with other model number.
So I want this pipeline to execute this job parallelly based on number of my inputs provided.
Based on how many inputs I’m passing, the job pipeline should run that many times in parallel.
Related categories: Jenkins DevOps