Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melezhik/sparky-plugin-notify-email

Sparky plugin to send email notifications upon completed builds
https://github.com/melezhik/sparky-plugin-notify-email

email sparky

Last synced: 20 days ago
JSON representation

Sparky plugin to send email notifications upon completed builds

Awesome Lists containing this project

README

        

# SYNOPSIS

Sparky plugin to send email notifications upon completed builds.

# INSTALL

$ zef install Sparky::Plugin::Notify::Email

# USAGE

$ cat sparky.yaml
# send me a notifications on failed builds
plugins:
- Sparky::Plugin::Notify::Email:
run_skope: fail
parameters:
to: [email protected]

# Author

Alexey Melezhik