Browse Source

Remove Slack notification.

See #1822
3.1.x
Mark Paluch 2 years ago
parent
commit
77cb399b0e
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -118,10 +118,6 @@ pipeline {
post { post {
changed { changed {
script { script {
slackSend(
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
channel: '#spring-data-dev',
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
emailext( emailext(
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}", subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
mimeType: 'text/html', mimeType: 'text/html',

Loading…
Cancel
Save