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

input step in post directive is never prompted within Blue Ocean

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • blueocean-plugin
    • None
    • Jenkins 2.104
    • Blue Ocean 1.5 - beta 3

      Create a declarative pipeline with an input step like this:

      post {
        always {
          script {
            def response = input message: 'Do you want to undeploy UAT environment?'
          }
        }
      }
      

      In the classic stage view plugin, everything works fine and you are prompted. However, in Blue Ocean you only see that the build is paused and you cannot navigate to the post action and answer the prompt.

            vivek Vivek Pandey
            hendrikhalkow Hendrik Halkow
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: