train save artiv sacred.
All checks were successful
s426206-evaluation/pipeline/head This commit looks good
s426206-training/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-16 13:40:29 +02:00
parent 56a9f0915f
commit b288f8d132

View File

@ -41,7 +41,7 @@ pipeline {
stage('end') {
steps {
//Zarchiwizuj wynik
archiveArtifacts 'model.pt'
archiveArtifacts 'model.pt, my_runs'
}
}