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.
While connecting to windows machine as slave, i am getting following error i think its some network related issue, but …
ssl jenkins nio jenkins-slaveI have been looking a lot on Google on how to install the service in command line (so without manual …
jenkins jenkins-slaveI am trying to install Jenkins slave service after starting the slave via web start. I get the following error …
windows jenkins jenkins-plugins jenkins-slaveI have already had a working Master - Slave Configuration on my Jenkins, but an update broke it so I …
jenkins jenkins-slaveI 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-slaveI am using Jenkins for CI, I have a master and two slaves, master is running Jenkins and I want …
jenkins continuous-integration jenkins-slaveI have added a new slave to my jenkins server, the connection itself seemed to go successfully via ssh, however …
jenkins jenkins-slaveAfter 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-slaveI 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-slaveI want to setup Jenkins master on server A and slave on server B with use of Docker. Both servers …
jenkins docker jenkins-slave