
CI/CD Pipeline Using Jenkins Unleashed
Solutions While Setting Up CI/CD Processes
- English
- ePUB (mobile friendly)
- Available on iOS & Android
CI/CD Pipeline Using Jenkins Unleashed
Solutions While Setting Up CI/CD Processes
About this book
Understand continuous integration (CI), continuous delivery, and continuous deployment (CD) with Jenkins. These processes allow users as well as administrators to catch problems as soon as they get injected into software systems.
This book starts with an introduction to Jenkins and covers its architecture and role in CI/CD. The basics are covered, including installing and configuring Jenkins. Tool configuration and plugins are discussed as well as available security measures such as credentials. You will learn what is meant by Job in Jenkins, its types, sections, and much more. You will look at Java API: projects, jobs, configuration. The concluding chapters take you through creating pipelines, their role in managing web apps, and distributed pipelines. The book also covers unit testing using TestNG as well as end-to-end testing using Selenium Python as a part of building a life cycle and setting up Jenkins on different physical and Docker environments as well as Jenkins integration with cloud environments such as AWS. And you will learn how to create reusable libraries for use in Jenkins Pipeline and control Jenkins servers using Jenkins CLI and REST APIs. The new Jenkins Blue Ocean also is covered.
The book helps you understand CI/CD implementation using Jenkins from scratch in your projects and prepare for end-to-end DevOps practices.
What You Will Learn
- Apply Jenkins to create end-to-end pipelines
- Integrate Jenkins with AWS, Docker, Git, and many more tools
- Use Selenium automation for end-to-end testing
- Create distributed pipelines
Who Is This Book For
Developers and test automation professionals who are involved in creating CI/CD pipelines as well as prospective DevOps aspirants who want to make their way ahead as professionals
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Front Matter
- 1. Understanding CI/CD
- 2. Introducing Jenkins
- 3. Installing Jenkins
- 4. Configuring Jenkins
- 5. Managing Plugins in Jenkins
- 6. Understanding the Global Tool Configuration Page
- 7. Managing Security with Jenkins
- 8. Managing Credentials
- 9. Managing Users
- 10. Understanding Jobs in Jenkins
- 11. Preparing a Java API Project Using Maven
- 12. Integrating Maven with the Nexus Repository and Creating Free-Style Jobs to Release the Java API on the Nexus Repository
- 13. Creating an Auto-Trigger Free-Style Job to Manage Java API Releases
- 14. Understanding the Jenkins Pipeline
- 15. Creating Jenkins Jobs to Manage a Web Application Project
- 16. Understanding Pipeline as Code
- 17. Jenkins Distributed Builds
- 18. Integrating Jenkins with AWS
- 19. Miscellaneous Topics Part 1
- 20. Miscellaneous Topics Part 2
- Back Matter