What is "Continuous Integration" with reference to Jenkins?

What is “Continuous Integration” with reference to Jenkins?

Hi Devan,

Continuous Integration is a development practice where the codes can be integrated into a shared repository. The practice uses automated verifications for the early detection of code problems. Continuous Integration triggers the build to find and identify bugs present in the code. It adds consistency to the build process. It’s a means to build things faster and prevent broken code.