Run evaluation after train

This commit is contained in:
Kamil Guttmann 2022-05-03 20:02:22 +02:00
parent 3c88cb0131
commit 339abb55d8

View File

@ -36,6 +36,7 @@ pipeline {
post {
success {
emailext body: "SUCCESS", subject: "s444380-training", to: "e19191c5.uam.onmicrosoft.com@emea.teams.ms"
build job: "s444380-evaluation/master"
}
failure {