This commit is contained in:
Lavo 2020-04-15 22:09:29 -04:00
parent 5bc7a87057
commit e80446b8f4

2
Jenkinsfile vendored
View file

@ -28,7 +28,6 @@ pipeline {
steps { steps {
echo 'Deploying' echo 'Deploying'
} }
}
post { post {
success { success {
mail to: 'sean.how0@gmail.com', mail to: 'sean.how0@gmail.com',
@ -41,5 +40,6 @@ pipeline {
body: "Something is wrong with ${env.BUILD_URL}" body: "Something is wrong with ${env.BUILD_URL}"
} }
} }
}
} }
} }