What is the function of CI (Continuous Integration) server?

Technology CommunityCategory: DevOpsWhat is the function of CI (Continuous Integration) server?
VietMX Staff asked 3 years ago

CI server function is to continuously integrate all changes being made and committed to repository by different developers and check for compile errors. It needs to build code several times a day, preferably after every commit so it can detect which commit made the breakage if the breakage happens.