Browse Source

Remove Slack notification.

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

4
Jenkinsfile vendored

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