From cc8e0d363095dede2572ca1d6199a527b02e0dad Mon Sep 17 00:00:00 2001 From: Szymon Jadczak Date: Thu, 28 Apr 2022 19:55:54 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_evaluation' --- Jenkinsfile_evaluation | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index afac73b..ddff0c8 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -22,4 +22,19 @@ pipeline { } } } + post { + success { + emailext body: 'SUCCESS', subject: 's444386-eval-status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + build job: 's444386-evaluation/training-evaluation/' + } + failure { + emailext body: 'FAILURE', subject: 's444386-eval-status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + } + unstable { + emailext body: 'UNSTABLE', subject: 's444386-eval-status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + } + changed { + emailext body: 'CHANGED', subject: 's444386-eval-status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + } + } } \ No newline at end of file