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 minutes. So tests that we are running get failed. Even execution of set up haults where it was while session was disconnected. How can I make sure that slave works correctly without interruption in session?
- While running UI tests on Jenkins slave, session gets disconne... Manoj Attal