Merge pull request #330 from anxolerd/docs-notifications

Fix documentation regarding notifications
This commit is contained in:
Tomasz Sęk 2020-04-15 15:23:56 +02:00 committed by GitHub
commit 937229dd1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View File

@ -673,7 +673,7 @@
spec:
master:
notifications:
- loggingLevel: info
- level: info
verbose: true
name: <name>
slack:
@ -693,7 +693,7 @@ spec:
spec:
master:
notifications:
- loggingLevel: info
- level: info
verbose: true
name: <name>
teams:
@ -711,7 +711,7 @@ spec:
spec:
master:
notifications:
- loggingLevel: info
- level: info
verbose: true
name: <name>
mailgun:
@ -729,7 +729,7 @@ spec:
<p>As you see there is two debugging options:</p>
<ul>
<li><p><code>loggingLevel</code> (warning/info) - Set level of messages to send.</p></li>
<li><p><code>level</code> (warning/info) - Set level of messages to send.</p></li>
<li><p><code>verbose</code> - Print stacktrace and additional error messages</p></li>
</ul>
@ -743,7 +743,7 @@ For example you will send notifications to Slack and Teams.</p>
spec:
master:
notifications:
- loggingLevel: info
- level: info
verbose: true
name: nslack
slack:
@ -751,7 +751,7 @@ spec:
secret:
name: &lt;secret_name&gt;
key: &lt;key&gt;
- loggingLevel: info
- level: info
verbose: true
name: nteams
teams:

View File

@ -24,7 +24,7 @@ kind: Jenkins
spec:
master:
notifications:
- loggingLevel: info
- level: info
verbose: true
name: <name>
slack:
@ -45,7 +45,7 @@ kind: Jenkins
spec:
master:
notifications:
- loggingLevel: info
- level: info
verbose: true
name: <name>
teams:
@ -64,7 +64,7 @@ kind: Jenkins
spec:
master:
notifications:
- loggingLevel: info
- level: info
verbose: true
name: <name>
mailgun:
@ -81,7 +81,7 @@ spec:
As you see there is two debugging options:
* `loggingLevel` (warning/info) - Set level of messages to send.
* `level` (warning/info) - Set level of messages to send.
* `verbose` - Print stacktrace and additional error messages
@ -95,7 +95,7 @@ kind: Jenkins
spec:
master:
notifications:
- loggingLevel: info
- level: info
verbose: true
name: nslack
slack:
@ -103,7 +103,7 @@ spec:
secret:
name: <secret_name>
key: <key>
- loggingLevel: info
- level: info
verbose: true
name: nteams
teams: