ikeike443 / HudsonPluginForPlay

Jenkins plugin for Play! framework. This is trunk of jenkins-ci/play-plugin.
http://wiki.jenkins-ci.org/display/JENKINS/play-plugin
33 stars 28 forks source link

Replaced depricated launch command and also some refactorings #39

Closed jorgen99 closed 12 years ago

jorgen99 commented 12 years ago

Hi my team had the same problem as described in issue 36 https://github.com/ikeike443/HudsonPluginForPlay/issues/36#issuecomment-3649383

We also added this line to our /etc/init/jenkins.conf file env JAVA_OPTS="-Dhudson.util.ProcessTreeKiller.disable=true"

We don't get that error anymore and I'm really not sure if it was our code changes or the JAVA_OPTS thing that did it.

Best regards,

Jörgen Lundberg