Meta Configuration of Package hudson-jabber
1
<package name="hudson-jabber" project="devel:tools:building">
2
<title>Jabber Notification Plugin for Hudson</title>
3
<description>Jabber notification plugin for Hudson.
4
5
Based on the original work of Uwe Schaefer, it adds the following features:
6
- send notifications to Jabber groupchats (MUC)
7
- send notifications to users who break builds
8
- send notifications to users who fix builds
9
- groupchat bot that accepts several commands:
10
- build <job> [now|<delay[h|m|s]>]: build a job, with the configured quiet period, right now (evil hack around bug 356), or with a custom wait time specified in hours, minutes or seconds
11
- status [<job>]: shows the status (SUCCESS, ERROR, ...) of a specific jobs (e.g. "!status somejob") or of all jobs (e.g. "!status")
12
- queue: shows the state of the build queue
13
- configure Jabber IDs for users
14
- configurable bot command prefix (defaults to "!") </description>
15
</package>
16