Hi Is it possible to connect Windows slave using ftp/ssh from Master. Our Jenkins service is running in Linux. We have lot of windows based compilations.
Currently we are running slave.jar in slave machine (Windows). The problem is, if someone shutdown the slave system(windows), node also getting down. Linux related node we don’t have any issues. because we are connecting slave agent from master using SSH. So we don’t want to depend on slave server. The same how we can do in windows? By default windows slave agent should run, even though if we shutdown the system.
