diff --git a/Jenkinsfile_train-sacred b/Jenkinsfile_train-sacred index 4758e11..5c24e36 100644 --- a/Jenkinsfile_train-sacred +++ b/Jenkinsfile_train-sacred @@ -20,7 +20,7 @@ pipeline { sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"' sh 'ls my_res' sh 'cp -r my_res res' - archiveArtifacts artifacts: 'games_model.pkl, res' + archiveArtifacts artifacts: 'games_model.pkl, res/**/*.*' sh 'rm -r my_res' build job: 's444356-evaluation/master/' }