Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:24:35 +02:00
parent b80b0016ce
commit a5a0022e1b

View File

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