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

Active Choices Plugin: Bug with radio boxes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • active-choices-plugin
    • None
    • Active Choices Plugin v1.2

      Radio buttons with a default option do not create a variable with this option unless they are interacted with.

      To reproduce:
      Using the attached config.xml:
      Click build with parameters
      Select an option for test_var_a, do not interact with radio buttons for test_var_b
      Click build

      Expected result:
      Build runs, with environmental variables test_var_a = <selected option> and test_var_b = opt_1

      Actual result:
      Build runs, with environmental variable test_var_a = <selected option> but no test_var_b environment value

            kinow Bruno P. Kinoshita
            wmacauley William Macauley
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: