-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 1.618
Workflow 1.8
While experimenting with Workflow, I called the equivalent of
parallel [:]
This appears to have never terminated.
Specifically, "Execute sub-workflows in parallel : Start" has been running for 14 hours now, with no child steps.
- depends on
-
JENKINS-25550 Hard kill
-
- Resolved
-
- is duplicated by
-
JENKINS-27969 parallel([:]) hangs forever
-
- Resolved
-
- links to
FYI the workaround on
JENKINS-25550(appending /doDelete to the build URL) doesn't work either. It removes the build in that the URL for the build returns 404, but the "part of foo" build is still consuming an executor on the slave.