Remove Slack notification.

See #1822
This commit is contained in:
Mark Paluch
2024-06-20 14:26:16 +02:00
parent 727d5fdcc8
commit 77cb399b0e

4
Jenkinsfile vendored
View File

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