minor fix
Some checks failed
s434742-training/pipeline/head This commit looks good
s434742-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
patrycjalazna 2021-05-15 12:04:23 +02:00
parent f93e101d76
commit 0a3a5291a7

View File

@ -64,7 +64,7 @@ pipeline {
stage('sendMail') {
steps{
emailext body: "${currentBuild.currentResult}"",
emailext body: "${currentBuild.currentResult}",
subject: 's434742 evaluation',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
}