Ex.3 fixed typo

This commit is contained in:
Artur Nowakowski 2020-04-03 12:55:41 +02:00
parent acdf9255bd
commit 5a99a4ef57
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
}
stage('Count metrics'){
steps{
sh label: '', script: './count_metrics.s h wikiniews_results.tsv'
sh label: '', script: './count_metrics.sh wikiniews_results.tsv'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wer.txt'
archiveArtifacts 'wikiniews_results_with_wer.txt'