node {
docker.image('s478841-image').inside {
stage('Data stats in container') {
sh 'ls -al'
sh 'chmod +x /app/data_stats.sh && /app/data_stats.sh'
}