Groovy script with default values when job is started by timer

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: active-choices-plugin
    • Environment:
      Active Choices Plug-in version 1.4
      Jenkins ver. 1.652

      I have an Active choice parameter (Multi select) with the following Groovy script

      ['ONE:selected','TWO:selected','TREE:selected','FOUR:selected']
      

      And the following fallback

      ['FALLBACK']
      

      If I start the job with a timer the parameter gets the value ONE:selected, I was expecting ONE,TWO,TREE,FOUR

      This is related to JENKINS-32405 and JENKINS-28735, but has no relation to other Active choice parameters so it might be an easier fix.

            Assignee:
            Bruno P. Kinoshita
            Reporter:
            Mattias Andersson
            Votes:
            9 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: