-
New Feature
-
Resolution: Fixed
-
Minor
-
None
Groovy defines (Object.)sleep as an alias for Thread.sleep with no checked exceptions, which is nice, but you cannot really use it from a workflow since it just blocks the whole CPS VM thread. Would need to replace it with a Step called sleep that behaves similarly (i.e., timed in milliseconds) but uses an asynchronous callback.
- depends on
-
JENKINS-27129 More consistent use of PauseAction
-
- Open
-
- is related to
-
JENKINS-26513 Deserialization error of ExecutorStepExecution
-
- Resolved
-
- links to
JENKINS-25879would make this easier to implement.