What is "devops"

Devops is a mindset, not a process and not only a practice, but a composition of practices, used in software development, to deliver software continuously with value to the customer. The word is an acronym of the words Developing, in English Development, and Operations, in English Operations. The goal here is to end the silos that separate these two areas and cause problems in delivery.

Some of the practices used: continuous integration (IC), continuous delivery (CD), pipeline automation, ...