|
|
|
@ -49,18 +49,18 @@ steps: |
|
|
|
|
format: markdown |
|
|
|
|
message: > |
|
|
|
|
{{#success build.status}} |
|
|
|
|
β
Build #{{build.number}} of `{{repo.name}}` succeeded. |
|
|
|
|
π Commit by {{commit.author}} on `{{commit.branch}}`: |
|
|
|
|
``` |
|
|
|
|
{{commit.message}} |
|
|
|
|
``` |
|
|
|
|
π {{ build.link }} |
|
|
|
|
β
Build #{{build.number}} of `{{repo.name}}` succeeded. |
|
|
|
|
π Commit by {{commit.author}} on `{{commit.branch}}`: |
|
|
|
|
``` |
|
|
|
|
{{commit.message}} |
|
|
|
|
``` |
|
|
|
|
π {{ build.link }} |
|
|
|
|
{{else}} |
|
|
|
|
β Build #{{build.number}} of `{{repo.name}}` failed. |
|
|
|
|
π Commit by {{commit.author}} on `{{commit.branch}}`: |
|
|
|
|
``` |
|
|
|
|
{{commit.message}} |
|
|
|
|
``` |
|
|
|
|
π {{ build.link }} |
|
|
|
|
β Build #{{build.number}} of `{{repo.name}}` failed. |
|
|
|
|
π Commit by {{commit.author}} on `{{commit.branch}}`: |
|
|
|
|
``` |
|
|
|
|
{{commit.message}} |
|
|
|
|
``` |
|
|
|
|
π {{ build.link }} |
|
|
|
|
{{/success}} |
|
|
|
|
|
|
|
|
|