Browse Source

Remove Slack notification hook.

See #4731
4.1.x
Mark Paluch 2 years ago
parent
commit
49af8254ff
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -256,10 +256,6 @@ pipeline { @@ -256,10 +256,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