Book Image

Jenkins Essentials - Second Edition

By : Mitesh Soni
Book Image

Jenkins Essentials - Second Edition

By: Mitesh Soni

Overview of this book

<p>In agile development practices, developers need to integrate their work frequently to fix bugs or to create a new feature or functionality. Jenkins is used specifically for Continuous Integration, helping to enforce the principles of agile development. This book focuses on the latest and stable release of Jenkins (2.5 and later), featuring the latest features, such as Pipeline as Code, the new setup experience, and the improved UI. With the all-new Pipeline as Code feature, you will be able to build simple or advanced pipelines easily and rapidly, hence improving your teams' productivity.</p> <p>This book begins by tackling the installation of the necessary software dependencies and libraries you'll need to perform Continuous Integration for a Java application. From there, you'll integrate code repositories, applications, and build tools for the implementation of Continuous Integration.</p> <p>Finally, you will also learn how to automate your deployment on cloud platforms such as AWS and Microsoft Azure, along with a few advanced testing techniques.</p>
Table of Contents (17 chapters)
Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface

Overview of Jenkins


We have seen in Chapter 1, Exploring Jenkins, that the Manage Jenkins link on the dashboard is used to configure systems. Click on the Global Tool Configuration link to configure Java, Ant, Maven, and other third-party products' related information.

In this book, we will try to make things general and not operating system-specific. We have used Windows 10 for most of the sections in this book for CICD implementation, but it can be implemented on any operating system. We will specify some operating system-specific requirements if needed. Normally, path style changes and installation procedure changes, but the rest are the same irrespective of OS.