deprecated environmental variables as of woodpecker 3.0.x #9
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#9
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?
woodpecker 3.0.1 is now the latest and a number of environmental variables have been deprecated.
this project uses a few of them, and with the deprecation, the environment variables are no longer there and some emails are impacted.
one example is the use of
CI_PIPELINE_STATUSwhich has been removed and now impacts the subject of emails being sent.Hello,
A new version is now released (tags:
latest,3.0.0,3.0,3).Can you test please?
i can confirm my email has an
infoblue header now (as opposed to the green or red one previously).the subject still has a
[]at the beginning due to:$content['subject'] ?? '[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }})'deblan/woodpecker-email 3.0.1 is released
works for me. thanks.