-
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-26120] Safe sleep step
Link |
New:
This issue depends on |
Link |
New:
This issue is related to |
Link |
Original:
This issue depends on |
Remote Link | New: This issue links to "PR 60 (Web Link)" [ 12126 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link | New: This issue depends on JENKINS-27129 [ JENKINS-27129 ] |
JENKINS-25879would make this easier to implement.