Specify Jabber server which QuickBuild connects to and send messages. For example: jabber.org
![]() | Note |
|---|---|
Connecting using proxy is not yet supported. | |
Specify Jabber server port.
Whether or not to enable SSL when talk to Jaber server.
A Jabber account is needed to send out build notifications. For example: sender. Please be noted that domain suffix should not be specified here.
Specify password for the above sender account.
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.
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 ${...}.