/Continuous-Delivery-With-Docker-and-Jenkins-3rd-Edition

Continuous Delivery with Docker and Jenkins, 3rd Edition, published by Packt

Primary LanguageJavaMIT LicenseMIT

Continuous Delivery With Docker and Jenkins, 3rd Edition

About the Author

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

What is this book about?

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!

https://www.packtpub.com/

Instructions and Navigations

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).

Software and Hardware List

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.

Code in Action

Click on following link to see the Code in Action:

Youtube link

Related products

Get to Know the Author

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.