Comparing TWO continuous build tools: Cruise Control and Hudson

Continuum, Cruise Control and Hudson are some of the famous continuous integration tools which people are using nowadays. Cruise Control is the pioneer one and people are using from a long period of time. Continuum is from the Maven team and very high integration with Maven 1 and 2. Hudson is the new one butContinue reading “Comparing TWO continuous build tools: Cruise Control and Hudson”

What is Continous Integration and Continous Integration Servers?

The words of Mr.Martin Fowler… Continuous Integration(CI) is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily – leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teamsContinue reading “What is Continous Integration and Continous Integration Servers?”