Skip to content

Commit

Permalink
Change footer
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 14, 2020
1 parent 6ccded3 commit 2e29b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars/slackNotifications.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ def getDefaultContext() {
def duration = currentBuild.durationString.replace(' and counting', '')

return contextBlock([
buildUtils.getBuildStatus().toLowerCase(),
duration,
"${buildUtils.getBuildStatus().toLowerCase()} after ${duration}",
"<https://ci.kibana.dev/${env.JOB_BASE_NAME}/${env.BUILD_NUMBER}|ci.kibana.dev>",
].join(' · '))
}

def sendFailedBuild(Map params = [:]) {
def config = [
channel: '#kibana-operations-alerts',
// channel: '#kibana-operations-alerts',
channel: 'brian.seeders',
title: ":broken_heart: *<${env.BUILD_URL}|${getDefaultDisplayName()}>*",
message: ":broken_heart: ${getDefaultDisplayName()}",
color: 'danger',
Expand Down

0 comments on commit 2e29b39

Please sign in to comment.