wer ard srr

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 15:46:27 +02:00
parent a044d10c11
commit 42fe175b71

2
Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
stage('Accumulate metrics results'){
steps{
copyArtifacts filter: 'srr.txt, wer.txt', fingerprintArtifacts: true, optional: true, projectName: 's152203-mlworkshops', target: 'last-results'
copyArtifacts filter: 'srr.txt, wer.txt', fingerprintArtifacts: true, optional: true, projectName: 's152203-metrics', target: 'last-results'
sh label: '', script: './to_file.sh last-results/srr.txt srr.txt'
sh label: '', script: './to_file.sh last-results/wer.txt wer.txt'
}