Remove Slack hook.

See #217
This commit is contained in:
Mark Paluch
2024-06-20 11:30:04 +02:00
parent 9b50ed29aa
commit 5fdc90b1ed

4
Jenkinsfile vendored
View File

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