From ad11997776e42a61965bfa8535d177bf1c20de93 Mon Sep 17 00:00:00 2001 From: Yevheniia Tsapkova Date: Fri, 3 Apr 2020 15:52:41 +0200 Subject: [PATCH] wer ard srr --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }