Remove Slack notification.

See #2929
This commit is contained in:
Mark Paluch
2024-06-20 14:07:27 +02:00
parent 98f34ea5d5
commit 4a19f19a2f

4
Jenkinsfile vendored
View File

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