Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

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