m
This commit is contained in:
parent
138ce9ac17
commit
96d8958bf1
1 changed files with 1 additions and 5 deletions
|
@ -26,15 +26,11 @@ steps:
|
||||||
recipients:
|
recipients:
|
||||||
- info@mgrote.net
|
- info@mgrote.net
|
||||||
content:
|
content:
|
||||||
subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }}"
|
subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }}"
|
||||||
body: |
|
body: |
|
||||||
{{ repo.full_name }}<br>
|
{{ repo.full_name }}<br>
|
||||||
{{ commit.ref }}<br>
|
|
||||||
{{ commit.sha }}<br>
|
{{ commit.sha }}<br>
|
||||||
{{ pipeline.number }}<br>
|
|
||||||
{{ pipeline.url }}<br>
|
{{ pipeline.url }}<br>
|
||||||
{{ workflow.name }}<br>
|
|
||||||
{{ step.name }}<br>
|
|
||||||
{{ step.status }}<br>
|
{{ step.status }}<br>
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in a new issue