+2 votes
in Continuous Integration by

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
0 votes
asked Aug 23, 2021 in DevOps by sharadyadav1986
...