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.
We use the jenkins pipeline dsl for our job descriptions. Now we have something like that: pipeline { agent none options { …
jenkins jenkins-pipeline jenkins-slaveUnable to start SLAVE node in Jenkins. Master machine showing error exception in log file. [12/01/14 16:21:44] [SSH] Opening SSH connection to 10.0.11.120:22. …
jenkins jenkins-slave