Hi All....
we're using jenkins with slaves to execute automation tests on remote machines. Slaves are configured to connect to master and master build steps are executing against this slaves. Example: Server (Execution of tests using slaves) Slave1 (windows XP) Slave2 (windowx 7) Slave3 (windows 8.1) (ALL slaves are windows machines) Server starts builds on Slave1, Slave2 and Slave3.... 3rd build step is to install SUT (System under test) .... SUT is application that drop network interface and gets it up during installation (av software)..... When this happen Jenkins lost connection to slaves and end test as FAILURE. Is there any possibility how to handle this situation? eg. Don't FAIL and wait for next N-minutes to get slave up. (This means... start *.bat file on remote slave... and wait for N-minutes even if connection is lost... fail after N-minutes) We're using slaves that are connected through commandline java -jar .....slave.jar -jnuplURL jenkinshost:8080/slaveName/..... (because we need to interact with GUI/Desktop) I really can't find way how to handle this situation. Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/90965df7-4328-432f-ab82-a3b70a6aa9a5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.