Remove Slack notification.

See #580
This commit is contained in:
Mark Paluch
2024-06-20 13:59:19 +02:00
parent 11b559eb4d
commit 04793b54cd

4
Jenkinsfile vendored
View File

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