Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Patryk Gałka 2023-04-19 18:44:06 +02:00
parent f20dbbdc1d
commit 07169551e0

View File

@ -24,7 +24,7 @@ pipeline {
} }
stage('Docker') { stage('Docker') {
agent { agent {
docker { image 'ubuntu:latest' } docker { image 'bombozaur666/ium:latest' }
} }
steps { steps {
sh 'python ./ium_z434686/dataset-stats.py' sh 'python ./ium_z434686/dataset-stats.py'