While running UI tests on Jenkins slave, session gets disconnected.

2012-08-13 Thread Manoj Attal
I have set up Jenkins slave and masters on windows machines. I have set up Jenkins slave using JNLP(Java web smart) mode. On jenkins slave I am performing set up of application and then it perform some UI tests. The issue is that Jenkins slave automatically gets disconnected after few

Re: While running UI tests on Jenkins slave, session gets disconnected.

2012-08-13 Thread Sami Tikka
With the limited details you provide all I can advice is: try not to close the slave agent or kill its network connection. If you want better advice, you need to provide more details. In general, the slave agent does not lose connection in the middle of builds. -- Sami Manoj Attal