What is continuous integration?
Having the build triggered by a commit/merge requires some sort of integration with the source code management/version control system. Modern solutions take this integration a step further and store Continuous Integration configuration in a declarative format with the source code projects in SCM, such as Git. Being aware that Continuous Integration and Continuous Delivery are …