diff --git a/train.Jenkinsfile b/train.Jenkinsfile index 5de6eae..ad1441d 100644 --- a/train.Jenkinsfile +++ b/train.Jenkinsfile @@ -43,5 +43,12 @@ pipeline { archiveArtifacts 'sucides_model.h5' } } + stage('send-mail') { + steps{ + emailext body: currentBuild.result ?: 'SUCCESS', + subject: 's434784-training', + to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' + } + } } } \ No newline at end of file