0
401views
What is Continuous Integration (CI)?
1 Answer
0
4views

Continuous Integration (CI)

• Today businesses need new features to be incorporated into application into days/weeks, not months. This requires a change in how software is built.

• 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.

• Today businesses need new features to be incorporated into application into days/weeks, not months. This requires a change in how software is built.

• 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.

Please log in to add an answer.