Update Jenkinsfile

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

3
Jenkinsfile vendored
View file

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