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