Stop posting build status on internal Slack.

See #2603
This commit is contained in:
Greg L. Turnquist 2023-06-26 13:37:46 -05:00
parent b7570ffa95
commit e202772744
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413

4
Jenkinsfile vendored
View File

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