Remove Slack notification.

See #1822
This commit is contained in:
Mark Paluch
2024-06-20 14:26:16 +02:00
parent 13e5414123
commit ecd926ef95

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