CI/CD - Wikipedia
https://en.wikipedia.org/wiki/CI/CD
In software engineering, CI/CD or CICD generally refers to the combined practices of continuous integration and either continuous delivery or continuous deployment.
What is CI/CD? Continuous integration and continuous delivery explained
https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html
The CI/CD pipeline is one of the best practices for devops teams to implement, for delivering code changes more frequently and reliably.
What is CI/CD?
https://www.redhat.com/en/topics/devops/what-is-ci-cd
The "CD" in CI/CD refers to continuous delivery and/or continuous deployment, which are related concepts that sometimes get used interchangeably. Both are about automating further stages of the...
Continuous integration vs. continuous delivery vs. continuous deployment
https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment
CI is a practice that makes preparing for a release easier. CD may refer to "delivery" or "deployment," which are similar but not quite the same.
GitLab's guide to CI/CD for beginners | GitLab
https://about.gitlab.com/blog/2020/07/06/beginner-guide-ci-cd/
CI/CD is a key part of the DevOps journey. Here's everything you need to understand about this Continuous integration and continuous delivery/deployment (most often referred to as CI/CD) are the...
CI/CD: Continuous Integration & Delivery Explained - Semaphore
https://semaphoreci.com/cicd
CI/CD is a way of developing software in which you can release updates at any time without problems. Our new ebook "CI/CD with Docker & Kubernetes" is out.
CI/CD with Google Cloud
https://cloud.google.com/docs/ci-cd?hl=ru
Next Generation CI/CD with GKE and Tekton (Cloud Next '19). Deciding on a CI/CD system for Kubernetes can be a frustrating experience - there are a gazilion to choose from, and traditional...
CI/CD Pipeline: Learn with Example
https://www.guru99.com/ci-cd-pipeline.html
A CI/CD pipeline automates the process of software delivery. It builds code, runs tests, and helps you to safely CI/CD pipeline introduces automation and continuous monitoring throughout the lifecycle of a...
What is CI/CD? How CI/CD Works (with Examples)
https://blog.stackpath.com/ci-cd/
CI/CD is a set of methods that enables application developers to deliver code changes more frequently to customers through the use of automation.