Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 23:04:29 +02:00
parent c6ced539d1
commit 94706c164c

View File

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