Update Jenkinsfile

This commit is contained in:
Muneeb Nezameddin 2020-03-16 03:04:06 -04:00 committed by GitHub
parent 98df0926cb
commit 0e5b76b38b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Jenkinsfile vendored
View file

@ -19,10 +19,7 @@ pipeline {
stage('Deploy') {
steps {
echo 'Deploy'
}
}
}
post {
post {
success {
mail to: 'mnezam.31@gmail.com',
subject: "Successful Pipeline",
@ -34,4 +31,7 @@ pipeline {
body: "Something is wrong"
}
}
}
}
}
}