I have a DynamicReferenceParameter with choiceType:’ET_FORMATTED_HTML’. I can see it changes it’s “display value” according to the script code. However when I try to read it’s “value” from the Jenkinsfile, I only see empty string. Is there a way to get the same html value there?
The other parameters I can see with: “$params.FOO”, but not for this DynamicReferenceParameter