Skip to content

Commit edecc44

Browse files
authored
related:
1 parent b068ed4 commit edecc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/continuous-integration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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, progressive-delivery, gitops
6+
related: cd, ci-cd, cicd, continuous-delivery, continuous-deployment, progressive-delivery, gitops, devops
77
wikipedia_url: https://en.wikipedia.org/wiki/Continuous_integration
88
---
99
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)