Update 'Jenkinsfile_create_dataset'

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

View File

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