Remove Slack notification.

See #488
This commit is contained in:
Mark Paluch
2024-06-20 11:37:55 +02:00
parent 02fbea04d2
commit 86751077a5

4
Jenkinsfile vendored
View File

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