0 votes
in Agile by

What is your experience with continuous integration?Detailed explanation of how continuous integration is used on previous projects

1 Answer

0 votes
by

Continuous integration is a set of automated builds, integration and test steps that executes against the code base in a configuration management repository. For instance, using Java and CVS repositories setting triggers that automatically built, integrated and unit tested the code often and every time someone checks in new code.

Related questions

+2 votes
asked May 28, 2023 in DBMS by Robindeniel
0 votes
asked Dec 3, 2021 in Cloud Computing by DavidAnderson
...