Remove Slack notification.

See #2392
This commit is contained in:
Mark Paluch
2024-06-20 14:28:14 +02:00
parent 694691c74a
commit f1fc3f82a3

4
Jenkinsfile vendored
View File

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