From f0790f6e85d48887ae6c1cbf280cf1d90688552f Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 8 Jan 2019 17:22:55 +0100 Subject: [PATCH] Deploy notification error fix --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 01fa2618b0..d438318bc8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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;