Update Jenkinsfile

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

5
Jenkinsfile vendored
View file

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