From e202772744edc00a7f2cac98b06e3c08aa7be066 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 26 Jun 2023 13:37:46 -0500 Subject: [PATCH] Stop posting build status on internal Slack. See #2603 --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a4cf17560..845771109 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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',