Remove Slack notification.

See #3519
This commit is contained in:
Mark Paluch
2024-06-20 14:20:15 +02:00
parent 596f2e5a15
commit a4046597b2

4
Jenkinsfile vendored
View File

@@ -205,10 +205,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',