---
title: "What is a CI/CD pipeline?"
url: https://daily.dev/posts/what-is-a-ci-cd-pipeline---yssxc5pm
source_url: https://circleci.com/blog/what-is-a-ci-cd-pipeline/
type: article
source: "CircleCI"
published: 2021-12-09T15:46:14.643Z
updated: 2026-03-15T03:14:54.168Z
tags: ["cicd", "general-programming", "testing"]
reading_time: 4
upvotes: 16
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What is a CI/CD pipeline?

**[CircleCI](https://daily.dev/sources/circle)** · 4 min read · 16 upvotes · 0 comments

## Summary

A CI/CD pipeline is the full set of processes that run when you trigger work on your projects. Pipelines encompass your workflows, which coordinate your jobs, and this is all defined in your project configuration file. Modern software delivery pipelines can build, test, and deploy applications based on your business needs.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://circleci.com/blog/what-is-a-ci-cd-pipeline/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#cicd](https://daily.dev/tags/cicd), [#general-programming](https://daily.dev/tags/general-programming), [#testing](https://daily.dev/tags/testing)

[View this post on daily.dev](https://daily.dev/posts/what-is-a-ci-cd-pipeline---yssxc5pm)
