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:34:29 +02:00
parent 58601709dc
commit 2ec5b48064

View File

@ -16,7 +16,6 @@ pipeline {
stage('Script'){
steps {
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh 'rm -r my_res'
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
sh 'ls my_res'
sh 'cp -r my_res res'