From 7ffc6eb20da47330f3c4d0f6a9476a48e59becb4 Mon Sep 17 00:00:00 2001 From: Kornelia Girejko Date: Fri, 6 May 2022 23:04:12 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_evaluation' --- Jenkinsfile_evaluation | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index c56b1f1..41266ae 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -47,5 +47,21 @@ pipeline { } } } + + post { + success { + emailext body: "SUCCESS, ACC = ${ACC}", subject: 's478815 Evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + } + failure { + emailext body: 'FAILURE', ACC = ${ACC}", subject: 's478815 Evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + } + unstable { + emailext body: 'UNSTABLE', ACC = ${ACC}", subject: 's478815 Evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + } + changed { + emailext body: 'CHANGED', ACC = ${ACC}", subject: 's478815 Evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + } + } + } \ No newline at end of file