Deploy notification error fix

This commit is contained in:
Juan Ferrer 2019-01-08 17:22:55 +01:00
parent 4b8aa76f4f
commit f0790f6e85
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

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