0 votes
in Interview Question by

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

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.

Related questions

0 votes
asked May 23, 2019 in Interview Question by rajeshsharma
0 votes
asked May 22, 2019 in Interview Question by Robindeniel
...