Dockerfile

This commit is contained in:
Mateusz 2024-04-01 19:24:27 +02:00
parent 4d056ba27c
commit 182be399ac

2
stats/Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
stage('Generate Report') { stage('Generate Report') {
steps { steps {
sh 'chmod +x dataset-stats.py' sh 'chmod +x dataset-stats.py'
sh './dataset-stats.py' sh 'python3 ./dataset-stats.py'
} }
} }
stage('Archive Artifacts') { stage('Archive Artifacts') {