Browse Source

Remove Slack notification hook.

See #4731
pull/4743/head
Mark Paluch 2 years ago
parent
commit
4c04aabbbf
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -378,10 +378,6 @@ pipeline { @@ -378,10 +378,6 @@ pipeline {
post {
changed {
script {
slackSend(
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
channel: '#spring-data-dev',
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
emailext(
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
mimeType: 'text/html',

Loading…
Cancel
Save