Remove Slack Notification.
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -65,13 +65,6 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
sh "ci/build-spring-data-release-cli.bash"
|
sh "ci/build-spring-data-release-cli.bash"
|
||||||
sh "ci/build-and-distribute.bash ${p['release.version']}"
|
sh "ci/build-and-distribute.bash ${p['release.version']}"
|
||||||
|
|
||||||
slackSend(
|
|
||||||
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
|
|
||||||
channel: '#spring-data-dev',
|
|
||||||
message: (currentBuild.currentResult == 'SUCCESS')
|
|
||||||
? "`${env.BUILD_URL}` - Build and distribute ${p['release.version']} passed! Release the build (if needed)."
|
|
||||||
: "`${env.BUILD_URL}` - Build and distribute ${p['release.version']} failed!")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user