ControlTier > elements
 

generateProject

Command Reference

Description

Generate a CruiseControl project definition for inclusion in config.xml

Usage

ctl -t BatBuilder -o <objectname> -c generateProject [-basedir <>] -file <> [-interval <>] [-mailhost <>] [-notificationlist <>] [-project <${context.name}>] [-returnaddress <>]

Options

Option Description Type Default
basedir directory where build resources reside string
file The project absolute path of the file to generate for inclusion by CruiseControl string
interval Minimum duration between builds in seconds string ${entity.attribute.cruiseControlInterval}
mailhost CruiseControl mail server address string ${entity.attribute.cruiseControlMailHost}
notificationlist Comma separated list of email addresses to be notified about the build string ${entity.attribute.notificationList}
project Name of the CruiseControl project to generate string ${context.name}
returnaddress CruiseControl returned mail address string ${entity.attribute.cruiseControlReturnAddress}