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 {
always {
emailext body: 'A Test EMail',
recipientProviders: [[$class: 'DevelopersRecipientProvider'],
[$class: 'RequesterRecipientProvider']],
subject: 'Test'
}
mail (
to: "mnezam.31@gmail.com"
subject: "Success"
body: "Build successful"
)
}
}