DEV Community

Discussion on: The real difference between CI and CD

Collapse
 
bbessa profile image
Bernardo Bessa • Edited

One of the most interesting and clearer posts breaking the CI and CD concepts.
Which automated tool would you consider to manage only a CI pipeline? Considering that a lot of tools on the market are able to manage a CI/CD or even just a CD pipeline.

Collapse
 
jpdelimat profile image
Jean-Paul Delimat

Thanks for reading. I have actually built a CI platform myself: fire.ci. It focuses only on CI and leverages Docker to run builds in the background of developers laptops. Which makes the "team problem" disappear since each developer brings new computing power.

Now other platforms out there can also be a good fit only for CI. You'll just need to nail the right number of concurrent builds so they don't queue and your team is not stuck waiting tens of minutes for CI feedback.