pipeline { agent { docker { image 's444409-create-dataset' } } stages { stage('Show stats') { steps { sh "/app/stats.sh" } } } }