Jnksn stats test 2

This commit is contained in:
MatOgr 2022-04-03 23:50:50 +02:00
parent d8f4d42d29
commit 9497d9b10e

View File

@ -1,7 +1,6 @@
node {
checkout scm
stage('Show stats') {
docker.image('s478841-create-dataset').inside('-u root') {
docker.image('s478841-create-dataset').inside {
stage('Data stats in container') {
sh 'ls -al'
sh 'chmod +x /app/data_stats.sh && /app/data_stats.sh'
}