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.
I have a Jenkins pipeline looking like this stage 'build app' build 'app-build' stash 'app-stash' stage 'build container' unstash 'app-stash' …
jenkins jenkins-pipeline jenkins-slaveSetting up a Pipeline build in Jenkins (Jenkins 2.6), copying the sample script for a git-based build gives: "no tool named …
jenkins msbuild jenkins-pipeline jenkins-slaveYesterday, my jenkins master (v 1.646, linux debian Jessie 8.3) was working and several slaves was connecting on it via the jnlp …
jenkins jenkins-slaveI'm creating a windows slave in Jenkins and for that, I need to use the Java Web Start as a …
jenkins jnlp jenkins-slaveWhen i try to start my jenkins slave, the slave exists with error: [04/14/17 17:22:06] [SSH] Checking java version of java [04/14/17 17:22:06] [SSH] …
jenkins jenkins-slaveI have one Jenkins master node and 2 Jenkins slave nodes. All my job builds happen in the slave node. When …
jenkins jenkins-slaveLast week I set up a selenium grid using jenkins and 4 slave windows VMs. As part of doing this I …
jenkins jnlp selenium-grid jenkins-slaveI'm having trouble running some Selenium tests on a Jenkins Slave. To be specific, the display resolution that is used …
selenium jenkins vmware screen-resolution jenkins-slaveI have a jenkins master-slave setup through JNLP connections. Everything is working fine except I can not find any logs …
jenkins master-slave jenkins-slaveSomeone ask about how to create an agent and it create a slave node (here), and I don't know if …
jenkins jenkins-pipeline jenkins-slave