Skip to content

Commit 6fb9d25

Browse files
authored
Merge pull request #3895 from shaedrich/continuous-integration
Add related topics to "CI"
2 parents 04cb6de + 7212702 commit 6fb9d25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

topics/continuous-integration/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ aliases: ci
33
display_name: Continuous integration
44
short_description: Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production.
55
topic: continuous-integration
6+
related: cd, ci-cd, cicd, continuous-delivery, continuous-deployment
67
wikipedia_url: https://en.wikipedia.org/wiki/Continuous_integration
78
---
89
Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.

0 commit comments

Comments
 (0)