diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index 5333e8b..d154858 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -14,6 +14,7 @@ pipeline { stages { stage("Script") { steps { + sh 'chmod +x ./lab2/stats.sh' sh "./lab2/stats.sh" archiveArtifacts 'stats.txt' }