The only thing that matters is BUILD_ID is changed in the environment of the processes you do not want Jenkins to kill.
Setting it in post build script will be too late for the value to be inherited by the tomcat. If you are doing the tomcat start from ant, it might be best to set it in ant. -- Sami Varghese Renny <varghesekre...@gmail.com> kirjoitti 11.7.2012 kello 9.38: > > > Hi, > > Process leaked file descriptors. See > http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for > more information > I am getting above error when i configure in a job to do stop and > start of tomcat server. When i googled it, i got recomended solution as set > BUILD_ID=dontKillMe > Is this the exact solution? > if yes where i needed to set BUILD_ID? Inside ant/post build script? > Can anyone please clarify this? > > > Thanks in Advance > varghese >