wer ard srr
This commit is contained in:
parent
42fe175b71
commit
eea78e19ca
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -37,6 +37,8 @@ pipeline {
|
|||||||
|
|
||||||
stage('Accumulate metrics results'){
|
stage('Accumulate metrics results'){
|
||||||
steps{
|
steps{
|
||||||
|
sh 'chmod +x to_file.sh'
|
||||||
|
|
||||||
copyArtifacts filter: 'srr.txt, wer.txt', fingerprintArtifacts: true, optional: true, projectName: 's152203-metrics', 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/srr.txt srr.txt'
|
||||||
sh label: '', script: './to_file.sh last-results/wer.txt wer.txt'
|
sh label: '', script: './to_file.sh last-results/wer.txt wer.txt'
|
||||||
|
Loading…
Reference in New Issue
Block a user