This commit is contained in:
Alicja Szulecka 2024-04-02 22:39:23 +02:00
parent ebef6c12cc
commit c0a52a095b
1 changed files with 2 additions and 2 deletions

4
stats/Jenkinsfile vendored
View File

@ -19,8 +19,8 @@ pipeline {
}
stage('Build') {
steps {
sh "python ./get_stats.py"
archiveArtifacts artifacts: 'artifacts/*', onlyIfSuccessful: true
sh "python3 ./get_stats.py"
archiveArtifacts artifacts: 'stats.txt', onlyIfSuccessful: true
}
}
}