Container path test

This commit is contained in:
MatOgr 2022-04-04 00:05:57 +02:00
parent 622f62e2e4
commit 502cc45539

View File

@ -5,6 +5,8 @@ node {
}
stage('Data stats in container') {
sh 'ls'
sh 'pwd'
sh './data_stats.sh'
}
}