From 2ebdf1ebac4ac5d343d31d21a7a0dd5b25f17781 Mon Sep 17 00:00:00 2001 From: Kornelia Girejko Date: Fri, 6 May 2022 23:06:27 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_evaluation' --- Jenkinsfile_evaluation | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 41266ae..90d6c42 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -50,18 +50,17 @@ pipeline { post { success { - emailext body: "SUCCESS, ACC = ${ACC}", subject: 's478815 Evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + 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' + 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' + 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' + emailext body: 'CHANGED', ACC = ${ACC}", subject: 's478815 evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' } } - } \ No newline at end of file