make build work
This commit is contained in:
parent
7715303475
commit
13c3daf9aa
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -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()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user