Remove Slack notification.

See #1498
This commit is contained in:
Mark Paluch
2024-06-20 13:50:11 +02:00
parent c084579e06
commit f2efe4daf2

4
Jenkinsfile vendored
View File

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