Hi, out setup we have two types of slaves: - windows through jnlp with a windows service. - linux with ssh.
On the windows ones we had to download the jenkins windows version and configure the jenkins-slave.xml and then we only have the jenkins-slave service to start and not the jenkins master one. On linux we just had to give the ssh credentials and jenkins did its magic. Our master runs on CentOS and we update via yum. Now I'm wondering what is the procedure to update jenkins on slaves? On linux we need to re-install via the windows installer? What about linux slaves?