Browse Source

Remove Slack notification.

See #3110
3.2.x
Mark Paluch 2 years ago
parent
commit
292ab2399e
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

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