make build work

This commit is contained in:
Olga 2020-04-03 19:08:39 +02:00
parent 7715303475
commit 13c3daf9aa

7
Jenkinsfile vendored
View File

@ -35,11 +35,6 @@ pipeline {
sh './wersrrmetrics.sh' sh './wersrrmetrics.sh'
} }
} }
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()
}
}
} }
} }