Skip to main content

Email notifications for Sloth CI builds

Project description

Email Notifications for Sloth CI Builds

Send email notifications when builds complete or fail.

Executing actions of an app is called build. A build is considered completed if all its actions were completed. If some actions were completed and some failed, it's a partially completed; if all actions fail, the build failed.

This extension sends you emails via SMTP when your builds complete (fully or partially) or fail; just pick the desired notification level, list the recipient emails, and enter your SMTP credentials. Optionally, you can set the subject for each notification level.

Installation

$ pip install sloth-ci-ext-notifications

Usage

extensions:
    notifications:
        # Use the module sloth_ci_ext_notifications.
        module: notifications

        # Emails to send the notifications to.
        emails:
            - foo@bar.com
            - admin@example.com

        # Log level (number or valid Python logging level name).
        # ERROR includes only build fails, WARNING adds partial completions,
        # INFO adds completion, and DEBUG adds trigger notifications.
        # Default is WARNING.
        level: INFO

        # The "from" address in the emails. Default is "build@sloth.ci."
        from: notify@example.com

        # The email subject on build trigger. You can use the {listen_point} placeholder.
        # Default is "{listen_point}: Build Triggered."
        subject_triggered: 'Triggered build on {listen_point}!'

        # The email subject on build completion.You can use the {listen_point} placeholder.
        # Default is "{listen_point}: Build Completed."
        subject_completed: 'Hooray! {listen_point} works!'

        # The email subject on build partial completion. You can use the {listen_point} placeholder.
        # Default is "{listen_point}: Build Partially Completed."
        subject_partially_completed: 'Better than nothing on {listen_point}'

        # The email subject on build fail. You can use the {listen_point} placeholder.
        # Default is "{listen_point}: Build Failed."
        subject_failed: 'Fail on {listen_point}'

        # SMTP settings.
        # SMTP mail host and (if not default) port.
        # Mandatory parameter.
        mailhost: 'smtp-mail.outlook.com:25'

        # SMTP login.
        login: foo@bar.baz

        # SMTP password.
        password: bar

        # If the SMTP server requires TLS, set this to true. Default is false.
        # If necessary, you can provide a keyfile name or a keyfile and a certificate file names.
        # This param is used only if the login and password params are supplied.
        secure: true
        # secure:
        #    -   keyfile
        #    -   cerfile

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sloth-ci-ext-notifications-1.0.8.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sloth_ci_ext_notifications-1.0.8-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file sloth-ci-ext-notifications-1.0.8.tar.gz.

File metadata

  • Download URL: sloth-ci-ext-notifications-1.0.8.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0a1 CPython/3.9.6 Windows/10

File hashes

Hashes for sloth-ci-ext-notifications-1.0.8.tar.gz
Algorithm Hash digest
SHA256 cb937a32cab60a05dae9bebab41cf6bf23a6fecd1794cc6a32a8be3cfe211cea
MD5 e860991e194f581a77f9358f90a0cc4b
BLAKE2b-256 f27d262ecafe8156d45d88015a27d7932262ea8873f4e126b9fd36251a51adff

See more details on using hashes here.

File details

Details for the file sloth_ci_ext_notifications-1.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for sloth_ci_ext_notifications-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 e8eb5c407faf0133f434680d321aefe9ea811d5cdde603f408c3d04253f934a6
MD5 f081f6f085a47106bc084815cbe4b6e7
BLAKE2b-256 b0323db613c4c44b12ca4c3c4fc731525f86db2e86d573b6308e4e15309766d8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page