-
New Feature
-
Resolution: Unresolved
-
Major
-
Windows
The current Jenkins version uses "winp" to recursively terminate Windows processes. Such approach works well, but ProcessKiller extensions cannot be invoked for entire process tree on Windows, so their behavior differs from Linux.
I propose to replace getChildren() and getParent() method stubs by working implementations using additional methods in the native part.
My use-case:
- Terminate Cygwin processes using https://wiki.jenkins-ci.org/display/JENKINS/Cygwin+Process+Killer+Plugin
- is blocking
-
JENKINS-19156 Jenkins does not invoke ProcessKillers for Windows recursively
- Open
- is related to
-
JENKINS-13615 ProcessTreeKiller doesn't work for cygwin sub-processes
- Resolved
- links to