-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: extended-choice-parameter-plugin
-
None
I have the below Extended Choice Parameter in my Job:

In case I choose both values, how can I loop thought it in my jenkinsfile?
Â
sh "docker run --rm --net=host -v ${WORKSPACE}:/app/ ${MyImage} --env ${ENV}"