Update Jenkinsfile

This commit is contained in:
Jessica Allaire 2020-03-30 19:30:34 -04:00 committed by GitHub
parent 3a9a187873
commit 3af3097b15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -31,7 +31,7 @@ pipeline {
} }
post { post {
always { always {
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully." slackSend message: "The pipeline ${currentBuild.fullDisplayName} completed successfully."
} }
} }
} }