File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The minimum activities required for CD are:
3939- The [ pipeline decides the releasability of changes] ( /minimumcd/deterministic/ ) , its verdict is ** definitive**
4040- Artifacts created by the pipeline always meet the organization's [ definition of deployable] ( /minimumcd/deployable/ )
4141- [ Immutable artifact] ( /minimumcd/immutable/ ) (no human changes after commit)
42- - [ All feature work stops when the pipeline is red] ( /minimumcd/continuous-integration/all-feature-work-stops-when-the-build-is-red/ )
42+ - [ All feature work stops when the main pipeline is red] ( /minimumcd/continuous-integration/all-feature-work-stops-when-the-build-is-red/ )
4343- [ Production-like test environment] ( /minimumcd/production-like-test-environment/ )
4444- [ Rollback on-demand] ( /minimumcd/rollback/ )
4545- [ Application configuration] ( /minimumcd/application-configuration/ ) deploys with artifact
@@ -54,7 +54,7 @@ The minimum activities required for CI are:
5454- Work integrates to the trunk at a minimum daily
5555- Work has automated testing before merge to trunk
5656- Work is tested with other work automatically on merge
57- - [ All feature work stops when the build is red] ( /minimumcd/continuous-integration/all-feature-work-stops-when-the-build-is-red/ )
57+ - [ All feature work stops when the main build is red] ( /minimumcd/continuous-integration/all-feature-work-stops-when-the-build-is-red/ )
5858- New work does not break delivered work
5959
6060## Trunk-based Development
You can’t perform that action at this time.
0 commit comments