Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 11:04:34 +02:00
parent 5bd8ee8fc7
commit a2955ad207

View File

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