| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
It allows to perform a continuous integration of any software development process.
The Build Loop is designed to run as a daemon process which will periodically check your source control tool for changes to your codebase, build if necessary, and send out a notification regarding the status of the build.
The Build Reporting is designed to present the results of the cruisecontrol build loop. It's based on a html report managed by a jsp page. The left side of the page tells us about whether CruiseControl is currently building your project, and provides links to the details of previous builds. The right side of the page presents the results of the build -- including compilation errors, test results, and details about what files have changed since the last build.