-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Jenkins Administrator's Guide
By :

In this chapter, we explored the different use cases of CI/CD builds and learned that the flexibility of Jenkins allows us to handle even the most complex scenarios. We learned that Jenkins supports a DSL if we prefer a more structured approach, and also learned that there are many plugins to handle most common tasks.
We went through a brief history of Jenkins to understand the keywords and the old names of the components so that we can search for answers online effectively.
Then we learned about the major building blocks of Jenkins and where each component belongs in the Jenkins architecture.
We learned that AWS is a prominently used technology in this book and went through the commonly asked questions. We created the routing rules and EC2 instances together, then installed Docker on the EC2 instances in preparation for using them to build Jenkins.
We learned several different ways of acquiring TLS certificates, and generated certificates using Let&apos...