Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 16:35:08 +02:00
parent 952aa0f51e
commit 7b925ce8a4

View File

@ -47,11 +47,9 @@ pipeline {
}
}
stage('Docker') {
agent {
dockerfile {
filename 'create.dockerfile'
}
}
agent {
dockerfile true
}
steps {
sh 'ls -a'
sh 'python create-dataset.py'