diff --git a/evaluation.Jenkinsfile b/evaluation.Jenkinsfile index 0e2a87e..5afce9a 100644 --- a/evaluation.Jenkinsfile +++ b/evaluation.Jenkinsfile @@ -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' }