diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index e89adb9..f39aab9 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -13,6 +13,7 @@ pipeline { stage('Copy artifacts') { steps { copyArtifacts fingerprintArtifacts: true, projectName: 's470623-create-dataset', selector: buildParameter('BUILD_SELECTOR') + sh 'chmod u+x ./stats.sh' sh './stats.sh' } }