-
Bug
-
Resolution: Fixed
-
Major
-
None
After upgrading to version 2.0 of ssh plugin my build jobs are not working properly. Most of the build jobs restarting application servers. After successfull finishing the build jobs all child processes are killed. So no application server run after the build job.
In my opinion the problem is that for the child processes the tty is set. After finishing the build jobs, all child processes with the same tty are killed too.
Downgrade to version 1.7 solves the problem. All build jobs run properly now. But I miss the feature of JENKINS-12198!