update jenkinsfile_train-sacred
Some checks failed
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-04 22:59:44 +02:00
parent af0cdcc6a3
commit 094425a7af

View File

@ -17,8 +17,8 @@ pipeline {
steps {
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh 'rm my_runs/_sources/dllib*'
sh 'rm my_runs/1/info.json'
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
sh 'ls -al my_runs/_sources'
sh 'cp my_runs/_sources/dllib* source_code.py'
sh 'cp my_runs/1/config.json configuration.json'
sh 'cp my_runs/1/info.json param.json'