Update Jenkinsfile

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

4
Jenkinsfile vendored
View file

@ -25,8 +25,8 @@ pipeline {
post {
always {
mail (
to: "mnezam.31@gmail.com"
subject: "Success"
to: "mnezam.31@gmail.com",
subject: "Success",
body: "Build successful"
)
}