Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
952aa0f51e
commit
7b925ce8a4
@ -47,11 +47,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Docker') {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'create.dockerfile'
|
||||
}
|
||||
}
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
steps {
|
||||
sh 'ls -a'
|
||||
sh 'python create-dataset.py'
|
||||
|
Loading…
Reference in New Issue
Block a user