diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 5c489f5..7d36bbd 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } stage('Get stats') { steps { - sh "./get_stats.sh" + sh "./stats/get_stats.sh" archiveArtifacts artifacts: 'stats.txt', onlyIfSuccessful: true } }