declarative pipeline with long list choice parameters have incorrect display

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Minor
    • Component/s: blueocean-plugin
    • Environment:
      firefox 52
      blue-ocean 1.0.0-rc1
      (last version for all plugin (22/03/2017))

      Hi,

      With a long list of choice, the drop-down list is not well shown, choices are in the bottom right.

       

       

      pipeline {
      
          agent any
      
      
          parameters {
              choice(
                  name: 'CHOICE_1',
                  choices: 'choice_1\nchoice_2\nchoice_3',
                  description: 'CHOICE_1 description',
              )
      
              choice(
                  name: 'CHOICE_2',
                  choices: 'choice_1\nchoice_2\nchoice_3\nchoice_4\nchoice_5\nchoice_6\nchoice_7\nchoice_8\nchoice_9',
                  description: 'CHOICE_2 description',
              )
      
      }
          stages {
              stage ('stage 1') {
                  steps {
                      println "stage 1 ok"
                  }
              }
      
              stage ('stage 2') {
                  steps {
                      println "stage 2 ok"
                  }
              }
          }
      }

        1. problem.jpeg
          40 kB
          Boudoux Etienne

            Assignee:
            Unassigned
            Reporter:
            Boudoux Etienne
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: