Archive predictions
All checks were successful
s444380-training/pipeline/head This commit looks good

This commit is contained in:
Kamil Guttmann 2022-05-03 19:16:33 +02:00
parent ca2e0dd13a
commit 9efe7bd128

View File

@ -29,7 +29,7 @@ pipeline {
steps { steps {
sh "chmod u+x ./train_model.py" sh "chmod u+x ./train_model.py"
sh "python3 ./train_model.py $EPOCHS" sh "python3 ./train_model.py $EPOCHS"
archiveArtifacts artifacts: "model/*", onlyIfSuccessful: true archiveArtifacts artifacts: "model/*, out.csv", onlyIfSuccessful: true
} }
} }
} }