From bba9a55803b5b7f7985c75bffefd0d66dcad203a Mon Sep 17 00:00:00 2001 From: Wojciech Jarmosz Date: Sat, 12 Jun 2021 22:19:03 +0200 Subject: [PATCH] Fix jenkins dvc --- Jenkinsfile_dvc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 6184391..e0a3f4b 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -17,10 +17,10 @@ pipeline { } } } - post { + } + post { always { mail body: "DVC - ${currentBuild.currentResult}", subject: 's434704', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' } } - } } \ No newline at end of file