Ex.3 fixed typo
This commit is contained in:
parent
5a99a4ef57
commit
e203493f11
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
|||||||
sh label: '', script: './count_metrics.sh 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.tsv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive results'){
|
stage('Archive results'){
|
||||||
|
Loading…
Reference in New Issue
Block a user