input step in post directive is never prompted within Blue Ocean

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: blueocean-plugin
    • None
    • Environment:
      Jenkins 2.104

      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.

            Assignee:
            Vivek Pandey
            Reporter:
            Hendrik Halkow
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: