work on 3

This commit is contained in:
Olga 2020-04-03 22:13:40 +02:00
parent 31dd5d770f
commit 345b553619

8
Jenkinsfile vendored
View File

@ -35,11 +35,11 @@ pipeline {
sh './wersrrmetrics.sh' sh './wersrrmetrics.sh'
} }
} }
stage('Copy Metric Artifacts') { //stage('Copy Metric Artifacts') {
steps { //steps {
//copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() //copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
//copyArtifacts filter: 'srr.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() //copyArtifacts filter: 'srr.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
} // }
} //}
} }
} }