From e80446b8f47c2a2dd50e2c1b9ee8ed015af9d222 Mon Sep 17 00:00:00 2001 From: Lavo Date: Wed, 15 Apr 2020 22:09:29 -0400 Subject: [PATCH] fix3 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a1677a806..c8f81d4ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,6 @@ pipeline { steps { echo 'Deploying' } - } post { success { mail to: 'sean.how0@gmail.com', @@ -41,5 +40,6 @@ pipeline { body: "Something is wrong with ${env.BUILD_URL}" } } + } } } \ No newline at end of file