0 votes
in Interview Question by

What is meant by Continuous Integration?

Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect problems early.

Related questions

0 votes
asked May 23, 2019 in Interview Question by rajeshsharma
0 votes
asked May 24, 2019 in JAVA by rajeshsharma
...