Update Jenkinsfile

This commit is contained in:
Muneeb Nezameddin 2020-03-16 05:01:15 -04:00 committed by GitHub
parent 8039de7d98
commit 6e6c4af03c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ pipeline {
}
}
post {
success {
always {
emailext body: 'A Test EMail',
recipientProviders: [[$class: 'DevelopersRecipientProvider'],
[$class: 'RequesterRecipientProvider']],