hydra/src/lib/Hydra
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
..
Base/Controller Make latest/latest-for more efficient 2013-05-23 12:18:38 -04:00
Controller Eliminate duplicate getPreviousBuild functions 2013-06-27 18:08:00 +02:00
Helper Eliminate duplicate getPreviousBuild functions 2013-06-27 18:08:00 +02:00
Model Turn prepared statements back on 2013-02-25 21:20:52 +01:00
Plugin Add a plugin for HipChat notification 2013-06-27 18:56:31 +02:00
Schema Remove unused Jobs columns 2013-05-23 12:12:19 -04:00
Script Use CatalystX::Script::Server::Starman 2011-11-22 16:44:32 +01:00
View Ellipsize long jobset/job names to prevent bootstrap navbar breakage 2013-04-26 17:51:05 +02:00
Plugin.pm Support revision control systems via plugins 2013-05-25 15:36:58 -04:00
Schema.pm Keep track of the database schema version 2011-12-05 14:29:29 +01:00