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

Reactive Parameter updating on click of itself not on change of referenced parameter

      If I have an active choices reactive parameter (single select) referencing an active choices parameter (single select), the available options in the reactive parameter only update when I click on the reactive parameter. This is too late and feels clunky. It would be far better if they changed in the referenced parameter changed.

      Bruno requested I create this issue.

        1. image.png
          image.png
          126 kB
        2. image (1).png
          image (1).png
          105 kB

          [JENKINS-34750] Reactive Parameter updating on click of itself not on change of referenced parameter

          The assignments of the scriptlet variables looks strange to me. The parameter name should not be a token. The token should be the value. So, it should be something like:

          JOB_NAME=TPS_$REL_VER
          

          I suspect changes are nor cascading as the reactive parameter does not receive updates parameter values

          Ioannis Moutsatsos added a comment - The assignments of the scriptlet variables looks strange to me. The parameter name should not be a token. The token should be the value. So, it should be something like: JOB_NAME=TPS_$REL_VER I suspect changes are nor cascading as the reactive parameter does not receive updates parameter values

          apgray Did you have a chance to review ioannis's comment?

          Bruno P. Kinoshita added a comment - apgray Did you have a chance to review ioannis 's comment?

          Had another look at this issue while triaging issues for the next release.

          apgray would it be possible to provide the complete config.xml, or the scripts source?

          Bruno P. Kinoshita added a comment - Had another look at this issue while triaging issues for the next release. apgray would it be possible to provide the complete config.xml, or the scripts source?

            kinow Bruno P. Kinoshita
            apgray Andrew Gray
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: