Difference between revisions of "Continuous Integration/Continuous Delivery (CI/CD)"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
* [[cicd (terraform module)]]
 
* [[cicd (terraform module)]]
 
* [[Earthfile]]
 
* [[Earthfile]]
 +
* [[Amazon CodeCatalyst]] ([[AWS CodeStar]])
  
 
== See also ==
 
== See also ==

Latest revision as of 15:48, 19 June 2024

Continuous Integration is the practice of integrating code into a repository and building/testing each change automatically, as early as possible. There are several tools in the market to facilitate Continuous Integration / Continuous Delivery (CI/CD) practices, such as GitLab and Jenkins.

GitLab included by default CI functionalities[1] since 22/09/2015 in GitLab 8.0[2] and CD functionalities since 2016. GitLab CI/CD pipelines are configured using a YAML file called .gitlab-ci.yml

Other CI tools include: Azure DevOps, Bamboo, CircleCI, CloudBees, Jenkins X, Gitlab, GitHub, Shippable, JetBrains TeamCity and Travis.

Activities[edit]

Related terms[edit]

See also[edit]

Advertising: