Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Patryk Gałka 2023-04-19 18:38:10 +02:00
parent 10c5d75cf8
commit f20dbbdc1d

View File

@ -23,12 +23,8 @@ pipeline {
}
}
stage('Docker') {
agent {
dockerfile {
filename 'second.dockerfile'
dir 'ium_z434686'
reuseNode true
}
agent {
docker { image 'ubuntu:latest' }
}
steps {
sh 'python ./ium_z434686/dataset-stats.py'