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

Groovy script with default values when job is started by timer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • active-choices-plugin
    • 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.

            kinow Bruno P. Kinoshita
            attiand Mattias Andersson
            Votes:
            8 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: