diff --git a/Jenkinsfile.train b/Jenkinsfile.train index df163c4..5909621 100644 --- a/Jenkinsfile.train +++ b/Jenkinsfile.train @@ -29,7 +29,7 @@ pipeline { steps { sh "chmod u+x ./train_model.py" sh "python3 ./train_model.py $EPOCHS" - archiveArtifacts artifacts: "model/*", onlyIfSuccessful: true + archiveArtifacts artifacts: "model/*, out.csv", onlyIfSuccessful: true } } }