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

Multi-Level Single Select does not set variables for all dropdown items

      When setting up a Multi-Level Single Select there is first the name of the Parameter.
      Let's call this PARAM_NAME.

      Then there is the Value. Here you can fill in multiple values and for each one listed a drop down menu will appear.
      Lets call these VALUE1,VALUE2.

      When the job is launched the only Environment Variable that is set is PARAM_NAME and it is set to the the value of whatever VALUE2 was selected.

      There should be a variable set (excluding PARAM_NAME) for each Value listed.
      So that when you run your job you would see the following environment variables:
      PARAM_NAME = <some value>
      VALUE1 = <value1 selected>
      VALUE2 = <value2 selected>
      ...

          [JENKINS-24634] Multi-Level Single Select does not set variables for all dropdown items

          There are no comments yet on this issue.

            vimil vimil
            mdobrindt Michael Dobrindt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: