Not able to pass comma separated values saved as environment variables, as parameters in the bat command from a Jenkins file
I am using a Jenkins File which has comma separated multiple values as Active Choice parameter and replacing the comma with ” or @” inside Environment block. Then passing the Environment variable value in a bat command. My goal is to pass more than one Cucumber Tag values (not using comma) in a bat command.