Update Jenkinsfile

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

10
Jenkinsfile vendored
View file

@ -24,10 +24,10 @@ pipeline {
} }
post { post {
always { always {
emailext body: 'A Test EMail', mail (
recipientProviders: [[$class: 'DevelopersRecipientProvider'], to: "mnezam.31@gmail.com"
[$class: 'RequesterRecipientProvider']], subject: "Success"
subject: 'Test' body: "Build successful"
} )
} }
} }