diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 22c4aba..a6e5a33 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -22,9 +22,7 @@ pipeline { } } post { - success { - // archiveArtifacts artifacts: 'metrics.csv', followSymlinks: false - } + always { emailext body: "${currentBuild.currentResult}", subject: 's444507-evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' }