Re: User session - configure timeout

2013-12-16 Thread kcd
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'

Re: Jenkins windows slave - How do I catch windows batch file errors

2013-05-01 Thread kcd
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

Clear lost of windows\temp\hudson-remoting folders from slaves

2013-05-01 Thread kcd
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