Deploy notification fix

This commit is contained in:
Juan Ferrer 2019-01-08 17:21:43 +01:00
parent a7c018043b
commit 4b8aa76f4f
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -74,4 +74,7 @@ if (env.GIT_COMMITTER_EMAIL) {
subject: "Pipeline: ${status}: ${env.JOB_NAME} (${env.BUILD_NUMBER})",
body: body
)
if (buildError)
throw buildError;
}