Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:56:04 +02:00
parent ec9f3c2d68
commit 31222e8cc5

View File

@ -52,6 +52,7 @@ pipeline {
agent {
dockerfile {
'filename' 'create.dockerfile'
'args' '-v $(pwd)/datadir:/script'
}
}
steps {