hydra/src
Eelco Dolstra 9939ddf22c 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).
2013-06-27 18:56:31 +02:00
..
c hydra-eval-jobs: Use function argument default values 2013-03-29 01:14:24 +01:00
lib Add a plugin for HipChat notification 2013-06-27 18:56:31 +02:00
root Add common.js to the tarball 2013-06-25 12:48:25 +02:00
script hydra-build: Give a nicer error message if the derivation is gone 2013-06-14 11:01:53 +00:00
sql Remove unused Jobs columns 2013-05-23 12:12:19 -04:00
ttf Add font for the captcha 2013-03-04 12:16:13 +01:00
xsl Hack to render empty lines in logs correctly 2013-04-02 23:40:19 +02:00
Makefile.am Add font for the captcha 2013-03-04 12:16:13 +01:00
Makefile.PL * Move everything up one directory. 2009-03-05 13:41:57 +00:00