From 021feda3fb44905920d7b97e6ee95f24b43dd13a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 20 Jun 2024 14:20:15 +0200 Subject: [PATCH] Remove Slack notification. See #3519 --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8d99f9f15..fcb2e32ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -221,10 +221,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',