Configure Google Talker notifier

Gmail account for sender

A Gmail account is needed to send out build notifications. For example: sender. Please be noted that gmail.com suffix should not be specified here.

[Note]Note

Connecting using proxy is not yet supported.

Gmail password for sender

Specify password for the above sender account.

Message template

Specify Velocity template for title of the notification mail. Two variables are pre-defined: build means current build object, and system means current system object. Click here for detail information on using the velocity template in QuickBuild.

Additional resource loader path

QuickBuild uses templates sub directory under its installation directory as the default resource loader path when evaluates Velocity template of this notifier. However you can specify additional resource loader paths here by inputing one path per line. If paths specified here is not absolute, they will be considered to be relative to current build's artifacts directory. Also OGNL expressions can be inserted in these paths as long as they are encapsulated in ${...}.