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