Update Jenkinsfile

This commit is contained in:
Muneeb Nezameddin 2020-03-16 04:49:44 -04:00 committed by GitHub
parent 2a209362aa
commit d45839c6e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ pipeline {
}
post {
success {
emailext mail to: 'mnezam.31@gmail.com',
emailext 'mnezam.31@gmail.com',
body: 'A Test EMail',
recipientProviders: [[$class: 'DevelopersRecipientProvider'],
[$class: 'RequesterRecipientProvider']],