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