Ability to create and manage build processes that are automatically compiled and that test your applications in the cloud
Continuous Integration (CI) is a development practice where developers integrate code into a shared repository frequently, preferably several times a day. Each integration can then be verified by an automated build and automated tests
CI is the process of automating the build and testing of the code every time a team member commits those changes to version control.