What is Continous Integration (CI) and how is it useful?
Posted
by
Geek
on Programmers
See other posts from Programmers
or by Geek
Published on 2012-09-05T12:21:00Z
Indexed on
2012/09/05
15:50 UTC
Read the original article
Hit count: 205
Can some one explain to me the concept of Continious Integration, how it works in an easy to understand way? And why should a company adopt CI in their code delivery workflow? I am a developer and my company (mainly the build team ) uses Team City. As a developer I always checkout, update and commit code to SVN but never really had to bother about TeamCity or CI in general. So I would like to understand what is the usefulness of CI? Is CI a part of Agile methodologies?
© Programmers or respective owner