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-09 09:33:52 +02:00
parent 7795d276d3
commit 29a29f64eb

View File

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