Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 16:46:11 +02:00
parent f31500322f
commit 700c6ed7aa

View File

@ -48,7 +48,10 @@ pipeline {
}
stage('Docker') {
agent {
dockerfile true
dockerfile {
filename 'Dockerfile'
reuseNode true
}
}
steps {
sh 'ls -a'