Enable HipChat notification
Eelco Dolstra committed
Jun 28, 2013 at 13:47 UTC
ee9dc984eb34be09e64d3f0761a1186bb3563c3f
1 file changed
+6
delft/hydra-module.nix
+6
@@ -14,6 +14,12 @@ let
14
base_uri ${cfg.hydraURL}
15
notification_sender ${cfg.notificationSender}
16
max_servers 50
17
+
18
+ <hipchat>
19
+ jobs = (hydra|nixops):.*:.*
20
+ room = 182482
21
+ token = ${builtins.readFile ./hipchat-lb-token}
22
+ </hipchat>
23
'';
24
25
env =