With the Slack plugin, every user can configure his personal channel in the jenkins user settings.
A proposal could be:
Every user could create his private channel and add an jenkins Connector to it.
He configures his (new) webhook url in his jenkins user settings and jenkins could then send messages to his personal channel somehow like:
office365ConnectorSend user: User.get(currentBuild.rawBuild.getCause(Cause.UserIdCause).getUserId(), false),
message: 'Application has been [deployed](https://url.com)',
status: 'Success'
or
office365ConnectorSend userByMail: env.GIT_UPLOADER_EMAIL,
message: 'Application has been [deployed](https://url.com)',
status: 'Success'
What feature do you want to see added?
Would be great if this plugin could be able to send personal/direct notification to jenkins users like the slack plugin..
With the Slack plugin, every user can configure his personal channel in the jenkins user settings.
A proposal could be: Every user could create his private channel and add an jenkins Connector to it. He configures his (new) webhook url in his jenkins user settings and jenkins could then send messages to his personal channel somehow like:
or
Upstream changes
No response