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

Blue Ocean karaoke mode with an input step fails to continue updating

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • blueocean-plugin
    • None
    • Jenkins 2.60.1, Blue Ocean 1.1.4
    • Blue Ocean 1.6 - beta 1

      With a simple Pipeline containing an input step, Karaoke mode fails to continue after hitting "Proceed" or "Abort". The header changes from the teal color to blue, but the steps fail to continue rendering after the input.

      def label = input(message: 'Pick a node:', parameters: [string(defaultValue: 'docker', description: '', name: 'Node')])
      
      echo "Hello World"
      
      echo label
      

      I cannot take a good screencast on my machine, so I took two screenshots for you instead!

            nicu Nicolae Pascu
            rtyler R. Tyler Croy
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: