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-04 22:46:25 +02:00
parent b9d4b4fd2e
commit af0cdcc6a3

View File

@ -16,6 +16,7 @@ pipeline {
stage('Script'){
steps {
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh 'rm my_runs/_sources/dllib*'
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'