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') {
agent {
dockerfile {
'filename' 'create.dockerfile'
'args' '-v $pwd:/script'
filename 'create.dockerfile'
args '-v $HOME:/script'
}
}
steps {