-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from KC900201/feature/151_add_new_term_cicd
Feature/151 add new term cicd
- Loading branch information
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters