Remove Slack notification hook.

See #4731
This commit is contained in:
Mark Paluch
2024-06-20 09:38:34 +02:00
parent 1b30814dcc
commit 49af8254ff

4
Jenkinsfile vendored
View File

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