diff --git a/Jenkinsfile b/Jenkinsfile index 647b2f3..1b46c35 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,6 +30,7 @@ pipeline { stage('Counting metricts') { steps { + sh 'chmod +x metricts.sh' sh './metricts.sh' } }