diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index fe9bf69..fb05543 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -57,10 +57,11 @@ pipeline { } steps { echo 'python version in docker' - sh '$pwd' + echo 'pwd' sh 'pwd' - sh 'python ./ium_z434686/create-dataset.py' + echo ' ls -a' sh 'ls -a' + sh 'python /ium_z434686/create-dataset.py' } } stage('Goodbye!') {