Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
stage('Package') {
steps {
echo 'Package'
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
}
}