diff --git a/Jenkinsfile_train-sacred b/Jenkinsfile_train-sacred index a1992b7..162fda0 100644 --- a/Jenkinsfile_train-sacred +++ b/Jenkinsfile_train-sacred @@ -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'){