Skip to main content

Webhooks for Sloth CI

Project description

Send POST requests on build events in Sloth CI apps.

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 POST requests when your builds complete (fully or partially) or fail; just pick the desired notification level and the target URL.


Installation
------------

.. code-block:: bash

$ pip install sloth-ci.ext.webhooks


Usage
-----

.. code-block:: yaml
:caption: webhooks.yml

extensions:
webhooks:
# Use the module sloth_ci.ext.webhooks.
module: webhooks

# 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

# URL to send the requests to.
url: http://example.com

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.webhooks-1.0.2.zip (5.0 kB view hashes)

Uploaded Source

Built Distributions

sloth_ci.ext.webhooks-1.0.2-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

sloth-ci.ext.webhooks-1.0.2.win-amd64.exe (141.1 kB view hashes)

Uploaded Source

Supported by

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