Book Image

Beginning Jenkins

By : Debayan Majumdar
Book Image

Beginning Jenkins

By: Debayan Majumdar

Overview of this book

Beginning Jenkins teaches you everything you need to know about installing, setting up, configuring, and integrating a Jenkins server with your project to speed up the product development lifecycle. You will learn how to deploy via Docker and integrate with Git. Next, you will move on to understanding bespoke plugins and services to further customize your workflow, and dynamically adjust your build requirements when pushing to production. Once you have grasped the basics, you will explore user and plugin management along with updating and upgrading Jenkins. You will set up freestyle projects and views to manage your projects, followed by configuring parameters for your projects and creating upstream and downstream projects with views to visualize the projects. In addition to this, you will create a secure connection from your master to your build slaves and configure your build tasks to run on the slave. By the end of this course, you will be able to successfully set up a Jenkins server that checks your source code repositories for changes, triggering new builds and unit tests whilst informing all of the key stakeholders in your organization. All the resources and support files for this course are available at https://github.com/TrainingByPackt/Beginning-Jenkins?
Table of Contents (6 chapters)
Chapter 6
Distributed Builds on Jenkins
Content Locked
Section 2
Setting Up Our Slaves
In the context of Jenkins, distributed builds refer to the allocation of different nodes (slaves) to run your build tasks. On the flip side, we can also see that the creation of more nodes is expensive and could present a security challenge since your nodes have to communicate over a network. Let’s look at this in detail in this video.