work on 3rd ex

This commit is contained in:
Olga 2020-04-03 22:10:36 +02:00
parent 7e0326c595
commit 31dd5d770f

4
Jenkinsfile vendored
View File

@ -37,8 +37,8 @@ pipeline {
}
stage('Copy Metric Artifacts') {
steps {
#copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
#copyArtifacts filter: 'srr.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()
}
}
}