What is CI/CD?

In traditional software development, software is merged and tested by all developers in one big single integration step that usually takes weeks or even months. Since this only happens every few months, this step is very time-consuming.

Continuous integration (CI)

Continuous delivery (CD)

Continuous deployment (CD)

Summary

  • In the Continuous Integration (CI) step, the new code is merged with the source code, built and tested
  • In the Continuous Deployment (CD) step, the software package is automatically deployed to production
  • With Continuous Integration and Continuous Delivery/Deployment, companies can increase the feedback cycle and throughput speed

--

--

My passion is helping companies bringing people, processes and technology together so that they can deliver continuously value to their customers.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Romano Roth

My passion is helping companies bringing people, processes and technology together so that they can deliver continuously value to their customers.