oliverdavies.uk/source/_daily_emails/2023-06-28.md

21 lines
663 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-09-08 22:09:54 +00:00
There's no value in a broken CI pipeline
2024-01-03 20:00:00 +00:00
pubDate: 2023-06-28
permalink: >-
daily/2023/06/28/theres-no-value-in-a-broken-ci-pipeline
2024-01-03 20:00:00 +00:00
tags:
2024-09-08 22:09:54 +00:00
- continuous-integration
- pipelines
2024-01-03 20:00:00 +00:00
---
The value in a CI pipeline is when its commands and checks are running successfully, and the pipeline is passing.
And then keeping it passing.
If the pipeline fails, it loses all of its value.
Passing should be its default state, and effort should be made to ensure it continues to pass.
If a pipeline fails, the change is not deployed, and the failure should be investigated and rectified so the pipeline is returned to a passing state and providing value.