Update 'Jenkinsfile_create_dataset'

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

View File

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