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