Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 14, 2020
1 parent 2e29b39 commit 177c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/slackNotifications.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def getDefaultContext() {
def sendFailedBuild(Map params = [:]) {
def config = [
// channel: '#kibana-operations-alerts',
channel: 'brian.seeders',
channel: '@brian.seeders',
title: ":broken_heart: *<${env.BUILD_URL}|${getDefaultDisplayName()}>*",
message: ":broken_heart: ${getDefaultDisplayName()}",
color: 'danger',
Expand Down

0 comments on commit 177c883

Please sign in to comment.