I have two nodes running, one on OSX 10.9 Mavericks, and one on OSX 10.8.5. 
Jenkins version is: 1.554

As an example, my test job just runs the shell command:

ping localhost

When I abort this job running on on the Mavericks machine, it's ping 
process continue to run in the background. It doesn't seem like anything is 
significantly different other than the OSX version.

According to the 
documentation<https://wiki.jenkins-ci.org/display/JENKINS/ProcessTreeKiller>, 
process trees are killed by looking for processes with a BUILD_ID common 
environment variable. After I abort the job, I can run ps and see all 
associated the processes are still running with the BUILD_ID assigned.

ps auxeww | grep BUILD_ID=2014-04-15_16-25-12

Anyone else seeing anything this or know how I might troubleshoot further?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to