Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/151 add new term cicd #153

Merged
merged 3 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/content/terms/CICD.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Continue Integration / Continuous Delivery (CI/CD)",
"subtext": "Continuous integration and continuous delivery",
"categories": ["DevOps", "Automation"],
"author": "Ng Kwong Cheong (KC900201)",
"description": {
"title": "Continue Integration / Continuous Delivery (CI/CD)",
"texts": [
"CI/CD, or continuous integration and continuous delivery, is a software development practice that automates the process of integrating and delivering code.",
"CI/CD is a key part of DevOps, a methodology that encourages collaboration between development and operations teams."
],
"image": "https://testrigor.com/wp-content/uploads/2023/11/What-is-the-CICD-Pipeline.png",
"references": ["https://about.gitlab.com/topics/ci-cd/"]
}
}
10 changes: 6 additions & 4 deletions src/content/terms/Continuous_Integration_(CI).json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"categories": ["DevOps", "Automation"],
"author": "Buzzpy",
"description": {
"title": "Contrinuous Integration (CI)",
"texts": ["Continuous Integration (CI) is a practice where code changes are automatically tested and integrated into a shared repository multiple times a day. It aims to detect and fix errors early in the development process.",
"CI helps improve software quality and reduce integration issues by ensuring that code changes are tested and validated frequently."],
"title": "Continuous Integration (CI)",
"texts": [
"Continuous Integration (CI) is a practice where code changes are automatically tested and integrated into a shared repository multiple times a day. It aims to detect and fix errors early in the development process.",
"CI helps improve software quality and reduce integration issues by ensuring that code changes are tested and validated frequently."
],
"image": "https://www.pagerduty.com/wp-content/uploads/2020/01/continuous-integration-2.png",
"references": ["https://aws.amazon.com/devops/continuous-integration/"]
}
}
}
Loading