May I get back the nice status mails? #10
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
reproduced
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
deblan/woodpecker-email#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We used to have nicly formatted subject and texts in the mails taking the build status into account.
Now that Woodpecker CI dropped the env var one can not distinguish between "good" or "bad" builds.
In https://github.com/GowerStreet/woodpecker-slack/pull/3 there is an interesting approch to get it back. They added a setting
status.If status was set to
failureyou get the failure message, forsuccess, you get the success message.This requires to have two mail notification steps, one with
and one with
Would this something to consider in this plugin?
Thank you
Nice idea!
The new option
levelis available. See the documentation for more information: https://gitnet.fr/deblan/woodpecker-email/src/branch/master/DOCS.mdThank you.