Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:25:27 +02:00
parent a5a0022e1b
commit b11e1c854f

View File

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