1
0
mirror of synced 2026-05-22 20:23:18 +00:00

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
Vendored
-4
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',