diff --git a/Jenkinsfile_train b/Jenkinsfile_train index bc2ea6a..bedb43d 100644 --- a/Jenkinsfile_train +++ b/Jenkinsfile_train @@ -31,5 +31,10 @@ pipeline { } } } + post { + always { + emailext body: "${currentBuild.currentResult}", subject: 's444517_build_status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' + } + } }