I think this is the answer:
http://stackoverflow.com/questions/14433070/default-session-timeout-for-apache-tomcat-applications
Open tomcat_home/conf/web.xml and find this
30
On Wednesday, June 13, 2012 8:21:16 PM UTC+12, Jakob Breivik Grimstveit
wrote:
>
> I'
Jenkins checks the exit code. Run your batch file and try
echo %errorlevel%
Your batch file needs to exit with a non 0 code, i.e.
exit 1
Be aware jenkins can only check the errorlevel left by the last command so
the following will succeed because the echo returns 0
somebadcommand
echo hello
Hi
My slaves are retaining a whole heap of C:\Windows\Temp\hudson-remoting*
folders containing very little. Should these be automatically cleared out?
Does it relate to how long we keep builds?
e.g.
C:\Windows\Temp\hudson-remoting618313980645027209\com\sun\jna\win32-amd64\jnidispatch.dll
Sur