Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-32680

Review variables expansion in Groovy scripts for active-choices parameters

      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

          [JENKINS-32680] Review variables expansion in Groovy scripts for active-choices parameters

          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.

          Bruno P. Kinoshita added a comment - 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.

            kinow Bruno P. Kinoshita
            kinow Bruno P. Kinoshita
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: