From 03aad42d43471714aba380159b2e68ef1ac2d4a7 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sun, 7 May 2017 14:43:14 +0300 Subject: Add support for Netlify --- docs/configuration.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') diff --git a/docs/configuration.rst b/docs/configuration.rst index fc9993b..35f146b 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -111,6 +111,8 @@ Available configuration values :Default value: `False` :Type: Boolean +.. _showSuccessfulBuildMessages-option: + ``showSuccessfulBuildMessages`` Whether to show build messages for non-failing builds on CI services, such as Travis and AppVeyor. Setting to ``never`` will not show any message when @@ -122,6 +124,18 @@ Available configuration values :Possible values: ``never``, ``change``, ``always`` :Type: Enum +``showSuccessfulDeployMessages`` + Whether to show build messages for non-failing builds on deployment services, + such as Netlify. Works exactly like :ref:`showSuccessfulBuildMessages `: + Setting to ``never`` will not show any message when a deployment is + successful, setting to ``always`` will show all success messages, and setting + this to ``change`` will only notify about successful deployments, when the + previous one was broken (i.e. whenever the build is fixed). + + :Default value: `always` + :Possible values: ``never``, ``change``, ``always`` + :Type: Enum + ``brackets`` A set of characters to use instead of parentheses to enclose URLs. This may be useful if your IRC client considers the default parentheses part of the -- cgit v1.2.3