Book Image

Practical Jenkins [Video]

By : Anirban Saha
5 (1)
Book Image

Practical Jenkins [Video]

5 (1)
By: Anirban Saha

Overview of this book

Setting up Jenkins and running build jobs is not enough for a production infrastructure. For optimal performance and results, architecting, designing, and implementing a production-grade Jenkins deployment is essential. This course gets you up and running with Jenkins and enables you to deliver an optimal Jenkins deployment. On your journey, you will explore and configure features such as high availability, security, monitoring, and backing up/restoring data, which are basically all of the things you need to implementing a scalable and production grade infrastructure. You will also learn how to implement distributed builds, automate build pipelines, and integrate your Jenkins deployment with external services, thus showing you how to increase your team's productivity with pipeline as a code building advanced pipelines faster and easier. By the end of this video course, you will be able to automate, implement, secure, and manage your Jenkins deployment in no time. The code bundle for this video course is available at - https://github.com/PacktPublishing/Practical-Jenkins-V- This course uses Jenkins 2.89.3, while not the latest version available, it provides relevant and informative content for legacy users of Jenkins.
Table of Contents (5 chapters)
Chapter 1
Installation and Configuration of Jenkins and Related Components
Content Locked
Section 7
Automating the Jenkins Installation and Configuration Process
Preparation, installation and configuration of Jenkins is a long process and even more tedious if needed to perform repeatedly for different environments and in case of failures. It needs automation. - Disable setup wizard and automate the steps using scripts - Create Puppet module for Jenkins installation and configuration - Apply Puppet module to node and automate the process