ControlTier > elements
 

generateHudsonConfig

Command Reference

Description

Generate a Hudson job (project) config.xml file

Called from Hudson#Docs-Generate. Generates a Hudson config.xml file in opts.jobdir based on the templates in templates/hudson.

Usage

ctl -t AntBuilder -o <objectname> -c generateHudsonConfig [-anthome <>] [-autoupdate <>] -jobdir <> [-notificationlist <>] [-project <${context.name}>]

Options

Option Description Type Default
anthome ANT_HOME to use for the build string ${entity.attribute.buildAntHome}
autoupdate Set to true to automatically update after build string ${entity.attribute.autoUpdate}
jobdir Absolute path to Hudson jobs folder string
notificationlist Comma separated list of email addresses to be notified about the build string ${entity.attribute.notificationList}
project Name of the project to generate string ${context.name}