-
Improvement
-
Resolution: Fixed
-
Major
hudson.util.ProcessTree
Unsupported os uses the Default ProcessTree, which is not capable of killing descendants. The default ProcessTree should look for available plugins to kill the descendants rather than do nothing. This provides possibility to supporting more os such as Aix/hp through plugins.
- links to
Current code is available here :
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/util/ProcessTree.java
More AIX informations about job controls should be provided to be able to propose a valid patch (pull-request)