-
Improvement
-
Resolution: Fixed
-
Major
ownership plugin fails to find the user's email - although it's properly defined in the user's configuration. My username is yanivk, but my email is yaniv.kaul@abc.com - therefore I cannot use the default user mail extension.
However, I expect the ownership plugin to take this data from the user's config, and it doesn't:
[OwnershipPlugin] - Setting JOB_OWNER=yanivk
[OwnershipPlugin] - Setting JOB_OWNER_EMAIL=
Thanks,
Y.
- is related to
-
JENKINS-20908 Remove code duplication from Mailer plugin (FastUIResolver)
-
- Resolved
-
Yes, you are right
The implementation seems to be very easy, but it may cause regressions if user has a garbage/outdated e-mail.
So there should be a switch in global or user's configuration.