You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Jenkins version uses "winp" to recursively terminate Windows processes. Such approach works well, but ProcessKiller extensions cannot be invoked for the 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.
Jenkins background:
I propose to replace getChildren() and getParent() method stubs by working implementations using additional methods in the native part.
My use-case:
https://issues.jenkins-ci.org/browse/JENKINS-20289
The text was updated successfully, but these errors were encountered: