From bec0f944b2406406b5819cfff4cb7d6d92bf0296 Mon Sep 17 00:00:00 2001 From: Sheaza Date: Tue, 26 Mar 2024 19:07:55 +0100 Subject: [PATCH] fix 3 --- stats/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 }