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

6
Jenkinsfile vendored
View file

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