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

Active Choices Reactive Reference Parameters don't parse equals character ('=') properly.

XMLWordPrintable

      Case 1

      • Given an Active Choices Parameter called "LIST"
        • Groovy script
          return ["A=1","B=2","C-3"]
          
      • Given an Active Choices Reactive Reference Parameter called "LIST_SELECTION"
        • Groovy script
          return LIST
          
        • Choice Type = "Formatted HTML"
        • Referenced parameters = LIST
      • When I run this job selecting any value in LIST cointaining equals character ("=") , LIST_SELECTION parameter is always empty. Otherwise, LIST_SELECTION parameter shows selected LIST value if it doesn't include "=" character.

      Case 2

      • Given a String Parameter called "FOO"
      • Given an Active Choices Reactive Reference Parameter called "FOO_VALUE"
        • Groovy script:
          return FOO
          
        • Choice Type = "Formatted HTML"
        • Referenced parameters = FOO
      • When I run this job and introducing some value cointaining equals character ("=") in FOO parameter, FOO_VALUE parameter don't show FOO value. Otherwise, FOO_VALUE parameter shows FOO parameter value if it doesn't include "=" character

            kinow Bruno P. Kinoshita
            jmcubel Jose Maria Cubel
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: