diff --git a/Jenkinsfile b/Jenkinsfile index 5cb0e83..39bc26f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { stage('Counting metricts') { steps { sh 'chmod +x metricts.sh' - sh './metricts.sh' + sh './metricts.sh wikiniews_results.tsv' } }