Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 23:01:01 +02:00
parent c0f93bd239
commit eb7e6159bc

View File

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