Remove Slack notification.

See #3110
This commit is contained in:
Mark Paluch
2024-06-20 13:52:45 +02:00
parent 7f1bf08a0e
commit 8f08d60576

4
Jenkinsfile vendored
View File

@@ -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',