Update Jenkinsfile

This commit is contained in:
Jessica Allaire 2020-03-30 18:45:18 -04:00 committed by GitHub
parent 9142054085
commit 88179b48e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -33,8 +33,7 @@ pipeline {
}
post {
success {
slackSend channel: '#noti',
color: 'good',
slackSend color: 'good',
message: "The pipeline ${currentBuild.fullDisplayName} completed successfully."
}
}