I want to fill out a Dynamic Parameter box in Jenkins.
My Groovy script should do the following:
- Collect JSON output in a file.
- Parse JSON output in order to get some specific values .
- Shows those values in a list in Dynamic Parameter of Jenkins in order to choose one of them.
Can you help me with the Groovy script? No idea about Groovy :-(.
Thanks!