Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
20
sculpin/source/_posts/2023-06-28.md
Normal file
20
sculpin/source/_posts/2023-06-28.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: >
|
||||
There's no value in a broken CI pipeline
|
||||
pubDate: 2023-06-28
|
||||
permalink: >-
|
||||
daily/2023/06/28/theres-no-value-in-a-broken-ci-pipeline
|
||||
tags:
|
||||
- continuous-integration
|
||||
- pipelines
|
||||
---
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue