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:48:00 +02:00
parent b288f8d132
commit 1f36b724e1

View File

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