edit drone notification
Now the notification message contains the direct link to the build and the branch.
This commit is contained in:
parent
450c4503da
commit
320808be10
@ -17,7 +17,7 @@ steps:
|
||||
from_secret: telegram_user
|
||||
format: markdown
|
||||
message: |
|
||||
Build {{build.number}} from commit [{{truncate commit.sha 10}}]({{commit.link}}) **failed**.
|
||||
Build [#{{build.number}}]({{build.link}}) from commit [{{truncate commit.sha 10}}]({{commit.link}}) on {{commit.branch}} **failed**.
|
||||
{{uppercasefirst commit.author}} please fix me!
|
||||
when:
|
||||
status:
|
||||
|
Loading…
Reference in New Issue
Block a user