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