Ex.3 fixed typo

This commit is contained in:
Artur Nowakowski 2020-04-03 13:00:43 +02:00
parent 5a99a4ef57
commit e203493f11
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
sh label: '', script: './count_metrics.sh wikiniews_results.tsv'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wer.txt'
archiveArtifacts 'wikiniews_results_with_wer.txt'
archiveArtifacts 'wikiniews_results_with_wer.tsv'
}
}
stage('Archive results'){