Is there a way to use independently the outputs of a checkbox list in the Active Choices plugin on Jenkins ? (as in my example, I need to access to the selected check boxes one at a time
Here are a few screens to explain my problem :
Active Choices configuration in the job
I would like to be able to access first to only the Debian_6, then only the Debian 6 32bits 🙂
Thanks !
2
Answers
As the result is comma-separated, maybe you could split the output:
Or maybe iterate them in a for block
You can store the comma separated values into an array and iterate them