I'm trying to use Uno-Choice Cascade Dynamic Choice Parameter plugin in Jenkins https://wiki.jenkins-ci.org/display/JENKINS/Uno+Choice+Plugin
The problem is that I can't access the value of the Referenced parameter. I use the Groovy script that in the example but I can't get the value of States moreover it even doesn't return the ["Unknown state"] in the script as it return the one from the Fallback script
if (States.equals("Sao Paulo")) {
return ["Barretos", "Sao Paulo", "Itu"]
} else {
return ["Unknown state"]
}
I have Jenkins V1.593, Uno-Choice Plug-in V0.21