NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.19k stars 304 forks source link

Plugin for exporting "plain old data" to generic endpoints #239

Open MostAwesomeDude opened 9 years ago

MostAwesomeDude commented 9 years ago

For a couple reasons (loose coupling of concerns and not having to have every protocol under the sun in the Hydra plugin tree), Hydra should have a notification plugin which publishes relatively plain information about events to a file or similar. I can write this plugin.

Unless I get feedback, I'd like to go with publishing JSON to a file or FIFO.

Thanks!

edolstra commented 9 years ago

Sounds good to me.