Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:14:38 +02:00
parent 77c6030bad
commit c90079b2d3

View File

@ -52,10 +52,11 @@ pipeline {
}
}
stage('Docker') {
agent {{
agent {
dockerfile {
'filename' 'create.dockerfile'
}
}
steps {
echo 'building docker'
}