| In my case this seemed to have been related to the position where I was putting the input, I need to ask different input based on different values of a parameter and so I had a switch case for this outside of the node block, this seems to cause problems with blueocean. It now works after making sure any input blocks are inside the node block, I still face one issue though. The Proceed button takes to long to do any action, and seems that nothing is happening which leads people to press on it again and again see: https://issues.jenkins-ci.org/browse/JENKINS-41662?focusedCommentId=342792&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-342792 |