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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • blueocean-plugin
    • Blue Ocean 1.4 - beta 3

      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

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

              Created:
              Updated:
              Resolved: