mlflow
All checks were successful
s434765-training/pipeline/head This commit looks good
s434765-evaluation/pipeline/head This commit looks good

This commit is contained in:
Karolina Oparczyk 2021-05-22 11:49:58 +02:00
parent 2e94ac5e55
commit aa00dd0cbb

View File

@ -40,11 +40,9 @@ node {
subject: "s434765", subject: "s434765",
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms" to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
throw e throw e
}*/ }
} }
stage ("build evaluation") { //an arbitrary stage name stage ("build evaluation") {
steps { build 's434765-evaluation/evaluation/'*/
build 's434765-evaluation/evaluation/' //this is where we specify which job to invoke.
}
} }
} }