ControlTier > elements
 

generateProject

Command Reference

Description

Generate a CruiseControl project definition for inclusion in config.xml

Usage

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

Options

Option Description Type Default
artifactname CruiseControl artifact name string ${entity.attribute.cruiseControlArtifactName}
artifacttype CruiseControl artifact type string ${entity.attribute.cruiseControlArtifactType}
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}