Top "Jenkins-slave" questions

Jenkins supports the "master/slave" mode, where the workload of building projects are delegated to multiple "slave" nodes, allowing a single Jenkins installation to host a large number of projects, or to provide different environments needed for builds/tests.

Jenkins Windows slave connection getting terminated with java.nio.channels.ClosedChannelException

While connecting to windows machine as slave, i am getting following error i think its some network related issue, but …

ssl jenkins nio jenkins-slave
Install Jenkins slave as a Windows service in command line

I have been looking a lot on Google on how to install the service in command line (so without manual …

jenkins jenkins-slave
Installing Jenkins Slave as Service on win8.1 and win10

I am trying to install Jenkins slave service after starting the slave via web start. I get the following error …

windows jenkins jenkins-plugins jenkins-slave
Creating a Jenkins Slave via Java Web Start

I have already had a working Master - Slave Configuration on my Jenkins, but an update broke it so I …

jenkins jenkins-slave
Why Jenkins says "Server rejected the 1 private key(s)" while launching the agent?

I am successfully able to connect to remote machine using SSH but when I am launching the agent from Jenkins …

jenkins ssh devops master-slave jenkins-slave
CI with Jenkins: how to force building happen on slaves instead of master?

I am using Jenkins for CI, I have a master and two slaves, master is running Jenkins and I want …

jenkins continuous-integration jenkins-slave
Jenkins error: "ERROR: Unable to install JDK unless a valid username/password is provided."

I have added a new slave to my jenkins server, the connection itself seemed to go successfully via ssh, however …

jenkins jenkins-slave
Jenkins slave cannot connect with master: Incorrect acknowledgement sequence

After update of our Jenkins master installation to its latest LTS version 2.46.3 one of its slaves (Windows 7 machine, 32-bit) cannot …

jenkins jenkins-slave
Jenkins Master-Slave: Key exchange was not finished, connection is closed

I want to connect a slave to Master-Jenkins, but when trying to connect i'm getting following Error: [05/02/18 15:26:59] [SSH] Opening SSH …

jenkins ssh jenkins-slave
Run Jenkins master and slave with Docker

I want to setup Jenkins master on server A and slave on server B with use of Docker. Both servers …

jenkins docker jenkins-slave