Skip to content

Commit

Permalink
Merge pull request #153 from KC900201/feature/151_add_new_term_cicd
Browse files Browse the repository at this point in the history
Feature/151 add new term cicd
  • Loading branch information
Buzzpy authored Sep 29, 2024
2 parents f89ad7d + 3537ae0 commit 700a2ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
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/"]
}
}
}

0 comments on commit 700a2ae

Please sign in to comment.