Dockerfile

This commit is contained in:
Mateusz 2024-04-01 19:24:27 +02:00
parent 4d056ba27c
commit 182be399ac
1 changed files with 1 additions and 1 deletions

2
stats/Jenkinsfile vendored
View File

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