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

This commit is contained in:
Maciej Czajka 2022-05-04 21:16:31 +02:00
parent 0f681624a0
commit 9e2ac16082

View File

@ -16,8 +16,11 @@ pipeline {
stage('Script'){
steps {
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
sh 'rm -r my_runs'
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
sh 'ls -al my_runs'
sh 'ls -al my_runs/1'
sh 'ls -al my_runs/_sources'
}
}
stage('Artifacts'){