Include tenant name in email notifications, if defined
Open
arguable
enhancement
- Dominant language
- Scala
- Stars
- 31
- Forks
- 4
- Avg merge
- 1d 10m
- Merged PRs (30d)
- 4
Description
## 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:
> This is a notification from Pramen for TEST_PIPELINE on TEST HOST (DEV). The job has succeeded.
when
```hocon
pramen.tenant = "MyApp"
```
then
> This is a notification from Pramen for MyApp - TEST_PIPELINE on TEST HOST (DEV). The job has succeeded.
## Proposed Solution [Optional]
--
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.