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