Wednesday, September 14, 2011

Cruise Control Configuration

Cruise Control is a framework for a continuous build process.

Steps to configure and run the cruise control in windows OS.

Configuration of Cruise Control :
cruisecontrol-bin-xx.zip (cruisecontrol-bin-2.8.3.zip) file from the cruise control site.
svnant-1.0.0.zip
svn-win32-1.6.16.zip

Extract svn-win32-1.6.16.zip, cruisecontrol-bin-2.8.3.zip files and add to the environmental variables.
Extract svnant-1.0.0.zip file and the jar files (svnant.jar, svnClientAdapter.jar and svnjavahl.jar) into the ${CRUISECONTROL_HOME}\apache-ant-1.7.0\lib.

Run Cruise Control:

  1. Create a folder in cruise control, to check out the projects.
  2. Modify config.xml file in cruise control folder, which is used for build processing.
  3. Run cruise control by double clicking bat (cruisecontrol.bat) file.
  4. To track the Cruise Control build process, access URL: http://localhost:8080/dashboard/tab/builds/ in your browser.

No comments :

Post a Comment