-
Bug
-
Resolution: Fixed
-
Minor
We have had issues reported about it in the past, and while it looks like we fixed the issue related to using env vars in scripts, we haven't fixed the variable expansion as reported here
https://github.com/jenkinsci/active-choices-plugin/commit/2ee4d3412da98bb132990bb1d790f8dd5bdf453c
I believe this was fixed recently, in the 1.5.x releases. The issue was the way we were collecting the variables. It was being done in part in the abstract class, and other parts in some of the parameter types.
It has been fixed to do everything in a single place, with an uniform behavior.