Remove Slack notification.

See #2929
This commit is contained in:
Mark Paluch
2024-06-20 14:07:27 +02:00
parent 192c45b6e7
commit a604e2eec1

4
Jenkinsfile vendored
View File

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