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

input step in post directive is never prompted within Blue Ocean

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: