+2 votes
in Continuous Integration by
What is continuous integration?

1 Answer

0 votes
by

Continuous integration (CI) is the process of automatically integrating code changes from multiple developers into a shared repository. Automated tests are utilized to verify and assert the additional codes generate no conflict with the existing codebase. Ideally, code changes should be merged multiple times a day, at every commit with the help of CI tools.

Related questions

+1 vote
asked May 13, 2020 in Jenkins by Robindeniel
0 votes
asked Jun 21, 2019 in Continuous Integration by anonymous
...