
18 CI/CD Pipeline Examples from Big Tech Companies
Continuous Integration and Continuous Delivery, or CI/CD, has revolutionized how software is built, tested, and released. In simple terms, CI means automatically merging code changes …
- Reviews: 16.4K
8 Real-World Examples of Agile CI/CD Strategies - DevX
Jan 9, 2025 · What’s your approach to continuous integration and continuous delivery (CI/CD) within an agile framework? We asked industry experts to share their insights, and they …
What is Continuous Delivery (CD) in Agile? - GeeksforGeeks
Jul 23, 2025 · Continuous Delivery (CD) in Agile methodology is a software delivery process of short iterations and releasing new functionality once, it is ready for release. This involves the …
What is continuous delivery? - Azure DevOps | Microsoft Learn
Nov 28, 2022 · Use continuous delivery (CD) to automatically build, test, configure and deploy code from a build to a production environment.
The 10-Step Checklist for Continuous Delivery - Semaphore
Dec 5, 2025 · Learn how to implement Continuous Delivery with this 10-step guide featuring actionable insights, examples, and best practices.
What is continuous delivery? - IBM
Open source continuous delivery tools you can use for a strong continuous delivery pipeline include Jenkins, Concourse CI, Spinnaker, Travis CI, GoCD and GitLab CI.
Continuous Delivery: Definition & Key Examples | CIO Insight
Jun 9, 2022 · Several tools are available to enable the continuous delivery pipeline. Listed are some examples of CI/CD software tools that aid in the building, testing, and deployment process.
What Is Continuous Delivery and How Does It Work? - Codefresh
With continuous delivery, developers can automate various tests (not just unit testing) to verify multiple aspects of software updates before releasing them to the customer. Automated tests …
Continuous Delivery. What it is, How it Works, Examples.
Continuous Delivery is a software development practice that enables teams to rapidly and reliably deliver software to customers. It is a process that automates the delivery of code changes to …
What Is Continuous Delivery? Guide to CI/CD | Atlassian
Continuous delivery is an approach where teams release quality products frequently and predictably from source code repository to production in an automated fashion. Some …