You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be handy to send Slack notifications directly to the commit author, when applicable. This is easily done now that we've switched to using Slack's incoming webhook api (deis/jenkins-jobs#243) by setting channel as @user.
We currently derive the commit author email from the git commit, so, as long as a given author consistently uses the same email, we'd just maintain a userEmail -> slackHandle map and pull from this where relevant.
From @vdice on October 5, 2016 17:29
It might be handy to send Slack notifications directly to the commit author, when applicable. This is easily done now that we've switched to using Slack's incoming webhook api (deis/jenkins-jobs#243) by setting channel as
@user
.We currently derive the commit author email from the git commit, so, as long as a given author consistently uses the same email, we'd just maintain a
userEmail -> slackHandle
map and pull from this where relevant.Copied from original issue: deis/jenkins-jobs#251
The text was updated successfully, but these errors were encountered: