We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, tenant name is not part of email notifications. But when a pipeline with the same name exisits for multiple tenants, it is confusing.
Include tenant name in email notifications, if defined..
Current:
This is a notification from Pramen for TEST_PIPELINE on TEST HOST (DEV). The job has succeeded.
when
pramen.tenant = "MyApp"
then
This is a notification from Pramen for MyApp - TEST_PIPELINE on TEST HOST (DEV). The job has succeeded.
--
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
Currently, tenant name is not part of email notifications. But when a pipeline with the same name exisits for multiple tenants, it is confusing.
Feature
Include tenant name in email notifications, if defined..
Example [Optional]
Current:
when
then
Proposed Solution [Optional]
--
The text was updated successfully, but these errors were encountered: