From e465b7513840618db100d3cfe60d9f3d014a9b7e Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 26 Jun 2023 13:31:07 -0500 Subject: [PATCH] Stop posting build status on internal Slack. See #2752 --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 270c75a51..8d4a45306 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -113,10 +113,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',