node {
checkout scm
stage('Show stats') {
docker.image('s478841-create-dataset').inside('-u root') {
sh 'ls -al'
sh 'chmod +x /app/data_stats.sh && /app/data_stats.sh'
}