Stop posting build status on internal Slack.

See #1768
This commit is contained in:
Greg L. Turnquist
2023-06-26 13:35:00 -05:00
parent fc86d2a0fa
commit e8362921a7

4
Jenkinsfile vendored
View File

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