|
All content with label forcebuildwithtarget.
Related Labels:
added, artifacts, cache
TimeBuilderCodeSample
(CruiseControl)
CC uses the following logic in time builders to decide whether to run the builder or not: if (isTimeBuilder) { boolean didntBuildToday = builderDidntBuildToday(lastBuild, now, buildTime); boolean isAfterBuildTime = buildTime<=Util.getTimeFromDate(now); boolean isValidDay = builder.isValidDay(now); if (didntBuildToday && isAfterBuildTime && isValidDay) } SchedulingExample
Other labels:
cache
|
NEW - CC client
(CruiseControl)
Projects view page !1.JPG! Build log page control builds !2.JPG! Compilation log window example !3.JPG
Other labels:
artifacts
|
Example RMI Controller
(CruiseControl)
Here is a some simple code which demonstrates the basics of accessing CruiseControl by RMI/JMX. To compile/run the class, add two jars to the classpath: mx4j.jar and mx4jremote.jar. These can be found in the cruise control /lib folder. It is assumed that CruiseControl is running on the specified ...
Other labels:
added
|
|
|