Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 23:05:31 +02:00
parent 94706c164c
commit 40178b6fc1

View File

@ -51,8 +51,8 @@ pipeline {
stage('Docker') { stage('Docker') {
agent { agent {
dockerfile { dockerfile {
'filename' 'create.dockerfile' filename 'create.dockerfile'
'args' '-v $pwd:/script' args '-v $HOME:/script'
} }
} }
steps { steps {