November 2018
Beginner
230 pages
6h 4m
English
Now we are ready to update our Jenkins configuration to support our Dockerized build agents. The first configuration change we are going to make is to turn off the default build agents. To do this, log into your Jenkins server, and click the Manage Jenkins menu link. This will take you to a variety of configuration groups you can manage, such as system, plugins, and CLI settings. For now, we will need to go to the Configure System management group:

Once you are in the Configure System management group, you are going to change the value for # of executors to 0. It should look something like the following: ...
Read now
Unlock full access