-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
An optional 'timeout' parameter for the 'input' pipeline step would be very nice. In case of no response within specified amount of time, the build would then fail. Or maybe even make that selectable: fail or continue.
- is blocked by
-
JENKINS-56259 Allow input timeout parameter
-
- Open
-
- is duplicated by
-
JENKINS-39458 input choice parameter needs to support a default value after timeout
-
- Resolved
-
I have been trying to emulate the 'continue' mode in pipeline for a while. This is useful to us as I want to use a multibranch pipeline and want it to provide both user-started release builds and user or auto started testing builds. The best way to emulate this seems to be to give a user choice and fall through to default options (testing) on timeout. What follows is my current attempt and it doesn't work as I cannot tell the difference between a timeout and user pressed Abort.
What I am saying is this seems to be a major missing part of pipeline for me, and is blocking me moving from the old style builds.