This is the code repository for Continuous Delivery With Docker and Jenkins, 3rd Edition, published by Packt.
Create secure applications by building complete CI/CD pipelines
This updated third edition of Continuous Delivery with Docker and Jenkins will explain the advantages of combining Jenkins and Docker to improve the continuous integration and delivery process of app development.
This book covers the following exciting features:
- Grasp Docker fundamentals and dockerize applications for the CD process
- Understand how to use Jenkins on-premises and in the cloud
- Scale a pool of Docker servers using Kubernetes
- Write acceptance tests using Cucumber
- Run tests in the Docker ecosystem using Jenkins
- Provision your servers and infrastructure using Ansible and Terraform
- Publish a built Docker image to a Docker registry
- Deploy cycles of Jenkins pipelines using community best practices
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
pipeline {
agent any
stages {
stage("Checkout") {
steps {
git url: 'https://github.com/leszko/calculator.git', branch: 'main'
}
}
}
}
Following is what you need for this book: The book is for DevOps engineers, system administrators, Docker professionals, or anyone who wants to explore the power of working with Docker and Jenkins together. No prior knowledge of DevOps is required to get started.
With the following software and hardware list you can run all code files present in the book (Chapter 1-9).
Chapter | Software required | OS required |
---|---|---|
1-9 | Jave 8+ | Windows, Mac OS X, and Linux (Any) |
1-9 | Docker | Windows, Mac OS X, and Linux (Any) |
1-9 | Jenkins | Windows, Mac OS X, and Linux (Any) |
1-9 | Python | Windows, Mac OS X, and Linux (Any) |
1-9 | Kubernetes | Windows, Mac OS X, and Linux (Any) |
1-9 | Ansible | Windows, Mac OS X, and Linux (Any) |
1-9 | Terraform | Windows, Mac OS X, and Linux (Any) |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Click on following link to see the Code in Action:
Rafal Leszko is a passionate software developer, trainer, and conference speaker living in Krakow, Poland. He has spent his career writing code, designing architecture, and is a tech leader in a number of companies and organizations, including Hazelcast, Google, and CERN. Always open to new challenges, he has given talks and conducted workshops at numerous international conferences, including Devoxx and Voxxed Days.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.