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.

Use stash in Jenkins pipeline without node

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-slave
Jenkins: no tool named MSBuild found

Setting 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-slave
How to allow slaves to connect to jenkins master without "-secret" jnlp option?

Yesterday, 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-slave
JNLP port is missing from Configure Global Security in Jenkins

I'm creating a windows slave in Jenkins and for that, I need to use the Java Web Start as a …

jenkins jnlp jenkins-slave
Unable to start jenkins slave

When 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-slave
How to control the workspace Jenkins starts the build on?

I have one Jenkins master node and 2 Jenkins slave nodes. All my job builds happen in the slave node. When …

jenkins jenkins-slave
Jenkins Slave Connection Timeout When Connecting

Last 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-slave
Setting display resolution for Selenium tests on virtual machine as Jenkins Slave

I'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-slave
Jenkins: Logfile location on slave nodes?

I have a jenkins master-slave setup through JNLP connections. Everything is working fine except I can not find any logs …

jenkins master-slave jenkins-slave
Jenkins pipeline agent with label or node call slave node?

Someone 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