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

Jenkins Administrator's Guide
By :

We have learned how to create a postmerge CD pipeline using various Jenkinsfile syntax options. We've learned three different ways of launching a Docker container (docker, dockerfile, and bare-metal agent), so that we can always run a build in an isolated environment in any situation. We've learned two ways of handling credentials so that we can interact with external systems. We've learned how to get around the user requirements of using Git inside a container. Finally, we've learned how to configure a postmerge CD pipeline so that it is triggered when a PR is merged.
By now, you should have a production-grade Jenkins with premerge and postmerge pipelines set up for your product. This is already good enough to carry the software development life cycle (SDLC) of one or two teams. In the second part of the book, we will learn how to scale Jenkins to serve a larger team, an organization, or even a company. Before jumping to the second part of the book...