Hi Peter, you can either do it by polling Hydra via the (undocumented) API (use Content-Type: application/json on a Hydra url to get a JSON representation of the data), or by defining a plugin, an example can be found at https://github.com/NixOS/hydra/blob/master/src/lib/Hydra/Plugin/S3Backup.pm
Cheers, Rob On Wed, Dec 3, 2014 at 9:30 AM, Peter Romfeld <[email protected]> wrote: > Hi, > > we are currently setting up Hydra for our CI/CD. I wanted to know how i > can execute a script after a build succeeded (to autocratically deploy > to testing/stag server) > > Cheers, > peter > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > -- Rob Vermaas [email] [email protected]
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
