Input cannot be approved on Blue Ocean pipeline UI

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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Minor
    • Environment:
      Jenkins ver. 2.19.1
      BlueOcean beta io.jenkins.blueocean:blueocean:1.0.0-b10
      jdk1.8.0_102
      apache-tomcat-8.5.5
      CentOS Linux release 7.2.1511
      Jenkins is installed as only 1 master node, no slaves.

      When a pipeline gets to an "input" step, the blue pipeline UI doesn't give any apparent way to approve the input, and so the pipeline just hangs.

      Also, when input is the first thing to happen in a pipeline, the UI appears that it hasn't loaded anything and is just waiting.

      Example pipeline snippets:

      stage ('s1') {
        echo 'this is stage 1'
      }
      
      stage ('s2') {
          echo 'this is stage 2'
          input id: 'Approve', message: 'Approve', ok: 'Yes'
      }
      
      stage ('s3') {
          echo 'this is stage 3'
      }
      

            Assignee:
            Unassigned
            Reporter:
            Daniel Ryan
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: