-
Bug
-
Resolution: Fixed
-
Minor
-
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.
- relates to
-
JENKINS-47251 Wrong order of steps in 'script' block of 'post' block in Blue Ocean
- Closed
- mentioned in
-
Page Loading...