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:29:02 +02:00
parent 8341232e0e
commit 057bc6ab60

View File

@ -19,7 +19,7 @@ pipeline {
sh 'rm -r my_res' sh 'rm -r my_res'
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"' sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
sh 'ls my_res' sh 'ls my_res'
sh 'cp -r my_res res sh 'cp -r my_res res'
archiveArtifacts artifacts: 'games_model.pkl, res' archiveArtifacts artifacts: 'games_model.pkl, res'
sh 'rm -r my_res' sh 'rm -r my_res'
build job: 's444356-evaluation/master/' build job: 's444356-evaluation/master/'