test worked

This commit is contained in:
s434695 2021-05-16 22:29:16 +02:00
parent 9d5a047ec7
commit e754b04eb2

11
Jenkinsfile vendored
View File

@ -42,4 +42,15 @@ pipeline {
}
}
}
post {
success {
build job: 's434695-evaluation/master'
mail body: 'SUCCESS TRAINING', subject: 's434695', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
}
failure {
mail body: 'FAILURE TRAINING', subject: 's434695', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
}
}
}