choice input pull-down protrudes from the screen, so I can't select the item below

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: blueocean-plugin
    • Environment:

      When I ran the following Jenkinsfile, the pull down of the choice input protruded from the screen, so I encountered a problem in which the item at the bottom could not be selected.

      pipeline {
        agent any
        stages {
          stage("Select") {
            steps {
              script {
                def choices = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"].join("\n")
                def selected = input(
                  id: "select",
                  message: "Please select",
                  parameters: [choice(name: "refspec", choices: choices)])
              }
            }
          }
        }
      }
      

        1. ss.png
          ss.png
          63 kB
        2. ss-fixed.png
          ss-fixed.png
          49 kB

            Assignee:
            Motonori IWAMURO
            Reporter:
            Motonori IWAMURO
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: