Category: automation

Hello and welcome back to 3rd article of The DevOps Series with Buddy! In the previous articles, Introduction to DevOps and Managing Team and Roles, we have explored the following concepts: For this article, we shall discuss another important concept in DevOps: Automation Previously in the Introduction to DevOps article, I have explained what a CI/CD Pipeline is. To recap, it is essentially a fully automated and efficient pipeline to continuously test and deliver high-quality products to the user.

It helps speed up communication as well to have automated notifications sent to the team when there is an error or bug fixed in the pipeline.

Related Articles