Pricing Login
Pricing
Support
Demo
Interactive demos

Click through interactive platform demos now.

Live demo, real expert

Schedule a platform demo with a Sumo Logic expert.

Start free trial

DevOps and Security Glossary Terms

Glossary Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Continuous delivery - definition & overview

In this article
What is continuous delivery?
Continuous delivery details
Continuous integration vs. continuous delivery vs. continuous deployment
The value of continuous delivery
Enable continuous delivery with Sumo Logic
What is continuous delivery?
Continuous delivery details
Continuous integration vs. continuous delivery vs. continuous deployment
The value of continuous delivery
Enable continuous delivery with Sumo Logic

What is continuous delivery?

Continuous delivery is an ongoing DevOps practice of building, testing, and delivering improvements to software code and user environments with the help of automated tools. The key outcome of the continuous delivery (CD) paradigm is code that is always in a deployable state.

Key takeaways

  • Continuous integration ensures code worked by several developers across multiple locations is always integrated into a common repository.
  • Configuration management makes it possible to abstract away the complexities of a product into simple configurations.
  • Test-driven development ensures that the code can be tested and deployed, all in a matter of a few minutes.

Continuous delivery details

At its core, continuous delivery follows a streamlined process known as the continuous delivery pipeline for cloud computing environments. The pipeline begins with the developer or development team committing their code to the source repository. Automated tests (unit, regression, performance, etc.) are run for every check-in to ensure high-quality code. Once the code is verified, the executables are deployed automatically to an intermediate environment such as staging, integration, or UAT. At this point, the code is ready to go into production and can be pushed live on demand.

For continuous delivery to work effectively, fundamental principles should be in place. Of the many aspects of continuous delivery, the three significant pillars are continuous integration, configuration management, and test-driven development.

  • Continuous integration ensures code worked by a developer across multiple locations is always integrated into a shared repository. This avoids the chaos that results from bulky and conflicting code commits.
  • Configuration management makes it possible to abstract away the complexities of a product into simple configurations. It makes the software flexible, scalable, and lightweight.
  • Test-driven development is what makes continuous delivery what it is. It ensures that the code can be tested and deployed, all in a matter of a few minutes. It has shifted the software delivery model from deployments scheduled across weeks or months to multiple releases in a single day.

Continuous integration vs. continuous delivery vs. continuous deployment

These three terminologies—continuous integration, delivery, and deployment —indicate evolving maturity in software development practices in that order.

Continuous integration, the first step needed for this practice to work, refers to integrating individual code with the overall development environment after building and testing it. Tools like Jenkins ensure that the code is compiled, run, and tested before it's integrated with the rest.

Continuous delivery is the layer that sits on top of continuous integration. Continuous delivery, which only works if continuous integration is in place, involves running extensive regression, UI, and performance tests to ensure that the code is production-ready.

Continuous deployment takes the model a step further by automatically deploying code to production after each code commits and builds. While in continuous delivery, the deployment pipeline follows an on-demand model; it is pushed automatically every time. This can only work in highly mature DevOps teams. The so-called CICD pipeline (continuous integration/continuous deployment) is a practice focused on improving software delivery throughout the software development life cycle via deployment automation.

The value of continuous delivery

Higher quality products

Automated testing tools in a CD environment ensure maximum code coverage, so security, performance, integration, and other features of the code leave nothing to chance. This naturally leads to higher-quality products. Concepts like containerization eliminate ambiguities or minor differences in environments that could potentially cause unexpected production issues.

Quicker, less risky releases

Automated build and deployment and integrated tests ensure that manual processes involved earlier in pre-production deployments are now entirely removed. By eliminating last-minute surprises, production releases have become a routine job rather than a developer panic moment. This approach has helped teams achieve faster time-to-market with an increased number of releases than before.

More satisfied customers

Customers get the benefit of having features delivered faster with more accuracy. Using models such as blue-green deployment, DevOps teams can minimize downtime for customers during a production release, making it a seamless experience. Development teams can also collect constant feedback from users, making it easier to stay on the right track and remain aligned with customer needs.

More efficient and cost-effective DevOps teams

The culture of DevOps has transformed as development teams have assimilated QA functions. This means more effective and efficient coordination among groups, regardless of role. Also, by reducing operational complexities (build, test, and release), developers are free to focus on higher-quality problems, resulting in cost-effective teams that are higher on the motivation curve.

Enable continuous delivery with Sumo Logic

Sumo Logic enables CI/CD by giving development, QE, DevOps and SecOps teams a single pane of glass to measure and monitor KPIs or metrics developed by the DevOps Research and Assessment (DORA) organization for measuring the effectiveness of the software development and delivery process, and the ability to monitor and troubleshoot their pipelines and incident management processes by analyzing real-time data from various stages in CI/CD pipelines and DevOps tools. Learn more about Sumo Logic's Software Development Optimization Solution.

Complete visibility for DevSecOps

Reduce downtime and move from reactive to proactive monitoring.