Jenkins Home Lab: Part 3 - Setting up Windows Agents

1 · Philip Edwards · Dec. 30, 2019, 2:29 a.m.
Today, since we already have a working setup of Jenkins, lets expand it to include windows agents. Configuring Jenkins There are a few things that need to be configured on the Jenkins master server, we’ll get that out of the way first. Enable TCP ports for JNLP usage This is likely already done if you are running the Docker image for the master server, but you should check anyway. This will enable the java client on windows to communicate with the master server. Go to the home page and click on...