in Continuous Integration by
Q:

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

1 Answer

0 votes
by

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

+1 vote
asked Jun 20, 2020 in Continuous Integration by Robindeniel
+1 vote
asked Jun 20, 2020 in Continuous Integration by Robindeniel
0 votes
asked Nov 15, 2019 in Continuous Integration by rajeshsharma
0 votes
asked Nov 14, 2019 in Continuous Integration by rajeshsharma
...