-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
In a Jenkins pipeline, when a job fails, we want to send a mattermost notification to the userid channel for the user with the last git commit.
Problem is, git returns email addresses, mattermost wants a userid.
The slack plugin has a slackUserIdFromEmail pipeline step for this purpose.
Would be great if the mattermost plugin also gets a step like this.