diff --git a/Jenkinsfile b/Jenkinsfile index 8bcc0e1..e3f0845 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,4 +42,15 @@ pipeline { } } } + post { + success { + build job: 's434695-evaluation/master' + mail body: 'SUCCESS TRAINING', subject: 's434695', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' + } + + failure { + mail body: 'FAILURE TRAINING', subject: 's434695', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' + } + + } }