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