This commit is contained in:
dylodylo 2020-04-10 14:31:51 +02:00
parent 1cf4a92e03
commit 4b9371b697

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
{
steps{
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
copyArtifacts filter: 'srr.txt wer.txt', fingerprintArtifacts: true, projectName: 's460929-metrics', selector: lastSuccessful()
copyArtifacts filter: 'srr.txt wer.txt', fingerprintArtifacts: true, projectName: 's460929-metrics', optional: true, selector: lastSuccessful()
}
}