Add a plugin for HipChat notification

This plugin sends notification of build failure or success to a
HipChat room, if the status differs from the last build.

The plugin can be configured by adding one or more of these stanzas to
hydra.conf:

  <hipchat>
    jobs = (patchelf|nixops):.*:.*
    room = 1234
    token = 39ab2198fe...
  </hipchat>

Here "jobs" is a regular expression against which the fully qualified
job name of the build is matched (so for instance
"nixops:master:tarball" will match the stanza above).
This commit is contained in:
Eelco Dolstra
2013-06-27 18:56:31 +02:00
parent 698d6eac89
commit 9939ddf22c
2 changed files with 73 additions and 0 deletions

View File

@ -76,6 +76,8 @@ rec {
DigestSHA1
EmailSender
FileSlurp
LWP
LWPProtocolHttps
IOCompress
IPCRun
JSONXS