This commit is contained in:
2024-02-20 00:26:15 +03:00
parent 3f079644e1
commit 74f34751ee

View File

@@ -2,7 +2,8 @@ steps:
- name: slack-begin
image: plugins/slack
settings:
from_secret: SLACK_WEBHOOK_URL
webhook:
from_secret: SLACK_WEBHOOK_URL
username: Drone
template:
{{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open)
@@ -18,7 +19,8 @@ steps:
- name: slack-end
image: plugins/slack
settings:
from_secret: SLACK_WEBHOOK_URL
webhook:
from_secret: SLACK_WEBHOOK_URL
username: Drone
template:
{{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open)