Tags
Language
Tags
March 2025
Su Mo Tu We Th Fr Sa
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Pro Continuous Delivery: With Jenkins 2.0

Posted By: hill0
Pro Continuous Delivery: With Jenkins 2.0

Pro Continuous Delivery: With Jenkins 2.0 by Nikhil Pathania
English | 5 July 2017 | ISBN: 1484229126 | 312 Pages | EPUB | 7.71 MB

Follow this step-by-step guide for creating a continuous delivery pipeline using all of the new features in Jenkins 2.0 such as Pipeline as a Code, multi-branch pipeline, and more. You will learn three crucial elements for achieving a faster software delivery pipeline: a fungible build/test environment, manageable and reproducible pipelines, and a scalable build/test infrastructure.
Pro Continuous Delivery demonstrates how to create a highly available, active/passive Jenkins server using some niche technologies.
What You'll Learn
Create a highly available, active/passive Jenkins server using CoreOS and Docker, and using Pacemaker and Corosync
Use a Jenkins multi-branch pipeline to automatically perform continuous integration whenever there is a new branch in your source control system
Describe your continuous delivery pipeline with Jenkinsfile
Host Jenkins server on a cloud solution
Run Jenkins inside a container using Docker
Discover how the distributed nature of Git and the “merge before build” feature of Jenkins can be used to implement gated check-in
Implement a scalable build farm using Docker and Kubernetes
Who This Book Is For
You have experience implementing continuous integration and continuous delivery using Jenkins freestyle Jobs and wish to use the new Pipeline as a Code feature introduced in Jenkins 2.0
Your source code is on a Git-like version control system (Git, GitHub, GitLab, etc.) and you wish to leverage the advantages of a multi-branch pipeline in Jenkins
Your infrastructure is on a Unix-like platform and you wish to create a scalable, distributed build/test farm using Docker or Kubernetes
You are in need of a highly available system for your Jenkins Server using open source tools and technologies