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

Input cannot be approved on Blue Ocean pipeline UI

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 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'
      }
      

            Unassigned Unassigned
            delias Daniel Ryan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: