Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
5bd8ee8fc7
commit
a2955ad207
@ -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!') {
|
||||
|
Loading…
Reference in New Issue
Block a user