diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 4cf6262..2bbfc60 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -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 } } }