wer ard srr

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 15:52:41 +02:00
parent eea78e19ca
commit ad11997776
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ pipeline {
stage('Counting metricts') {
steps {
sh 'chmod +x metricts.sh'
sh './metricts.sh'
sh './metricts.sh wikiniews_results.tsv'
}
}