Added another example configuration
parent
2006aa0866
commit
fe5b2b3c34
1 changed files with 9 additions and 0 deletions
|
|
@ -11,9 +11,18 @@ Sends a build status email.
|
|||
|
||||
### Configuration Example
|
||||
See [[Adding-PHPCI-Support-to-Your-Projects]] for more options.
|
||||
|
||||
Send an email to the committer if their build fails:
|
||||
```yml
|
||||
failure:
|
||||
email:
|
||||
committer: true
|
||||
default_mailto_address: one@example.com
|
||||
```
|
||||
|
||||
Send an email to one@example.com every time a build is run:
|
||||
```yml
|
||||
complete:
|
||||
email:
|
||||
default_mailto_address: one@example.com
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue