add email
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-04-25 22:42:35 +02:00
parent e681fc3eb4
commit 7b0e42a67b

View File

@ -8,4 +8,11 @@ pipeline {
}
}
}
agent any {
post {
always {
emailext body: "${currentBuild.currentResult}", subject: 's444417-testing build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
}
}
}
}