diff --git a/Jenkinsfile_training b/Jenkinsfile_training index d914834..8e415d5 100644 --- a/Jenkinsfile_training +++ b/Jenkinsfile_training @@ -23,5 +23,12 @@ pipeline { archiveArtifacts artifacts: 'model_movies' } } + stage('Send notification'){ + steps{ + emailext body: currentBuild.result ?: 'SUCCESS +1 YEA', + subject: 's43705', + to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' + } + } } } \ No newline at end of file