-
Bug
-
Resolution: Not A Defect
-
Minor
-
Red Hat Enterprise Linux Server release 7.8 (Maipo) 64b
OpenJDK 1.8.0_252-b09
Jenkins 2.222.3
email-ext plugin 2.69
When a developer email address contains a dash (ex: compound name), the email address part between dash and @ is truncated. Then, the developer did not receive mail.
Example: john.doe-die@domain.com is truncated to john.doe@domain.com
We are calling plugin from a declarative pipeline with this code:
post { emailext recipientProviders: [ [$class: 'RequesterRecipientProvider'], [$class: 'DevelopersRecipientProvider'] ], subject: '$DEFAULT_SUBJECT', body: '$DEFAULT_CONTENT', attachLog: true, compressLog: true }
I'm not able to reproduce this in tests. Can you enable debug mode in the global config for email-ext and then provide a build log?