Remove Slack hook.

See #2263
This commit is contained in:
Mark Paluch
2024-06-20 09:23:07 +02:00
parent 6ef1ddbe96
commit bd96a5db0d

4
Jenkinsfile vendored
View File

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