test
All checks were successful
s434695-training/pipeline/head This commit looks good

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

11
Jenkinsfile vendored
View File

@ -42,15 +42,4 @@ 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'
}
}
}