Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:34:09 +02:00
parent 7c015ce02c
commit c836376621

View File

@ -48,16 +48,7 @@ pipeline {
}
}
}
stage('Docker') {
agent {
dockerfile {
'filename' 'create.dockerfile'
}
}
steps {
echo 'building docker'
}
}
stage('Goodbye!') {