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