-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins 2.319
plugins:
Gitlab 1.5.22
Mailer 1.34
Email Extension 2.84
Hello.
I have a webhook that triggers a Jenkins job when submitting a merge request in Gitlab. The JSON in the Jenkins job is redacting email addresses like so:
"email":"[REDACTED]"
anyone have any idea why my email addresses are being redacted?
Thank you.
From this page (https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html) it says the following:
If an author has no public email listed in their GitLab profile, the email attribute in the webhook payload displays a value of [REDACTED].