diff --git a/Jenkinsfile b/Jenkinsfile index 084cd127..4448a813 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -129,10 +129,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',