How do I access this variable in a shell script.
I have tried
- echo params.$STATES;
- echo $STATES;
Output for the first one is params. . Output for the second one is an empty string. The output I am expecting is the string I am passing when I build that job with parameters.

 
     
    