Ex.3 fixed typo
This commit is contained in:
parent
acdf9255bd
commit
5a99a4ef57
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Count metrics'){
|
stage('Count metrics'){
|
||||||
steps{
|
steps{
|
||||||
sh label: '', script: './count_metrics.s h wikiniews_results.tsv'
|
sh label: '', script: './count_metrics.sh wikiniews_results.tsv'
|
||||||
archiveArtifacts 'srr.txt'
|
archiveArtifacts 'srr.txt'
|
||||||
archiveArtifacts 'wer.txt'
|
archiveArtifacts 'wer.txt'
|
||||||
archiveArtifacts 'wikiniews_results_with_wer.txt'
|
archiveArtifacts 'wikiniews_results_with_wer.txt'
|
||||||
|
Loading…
Reference in New Issue
Block a user