Category Archives: Continuous Integration

Continuous Integration 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 teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. This article is a quick overview of Continuous Integration summarizing the technique and its current usage

How to do CruiseControl Set up in the Server machine for Continuous Integration

Required Software: SVN1.4.5 Tortoise Version Control CruiseControl 2.7.2 dump Jdeveloper11g Steps to follow: 1. Install SVN 1.4.5 & Make the SVN as windows service, using the following command in the command prompt. sc create svn binpath= “C:\svn\bin\svnserve.exe –service -r C:\repos” … Continue reading

Posted in Continuous Integration | Tagged , , | Leave a comment