update jenkinsfile_train-sacred
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-09 10:41:34 +02:00
parent 2ec5b48064
commit ab7444f594

View File

@ -21,6 +21,7 @@ pipeline {
sh 'cp -r my_res res'
archiveArtifacts artifacts: 'games_model.pkl, res/**/*.*'
sh 'rm -r my_res'
sh 'rm -r res'
build job: 's444356-evaluation/master/'
}
}