Jenkinsfile update
This commit is contained in:
parent
331b296df0
commit
96af397bae
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,8 +3,8 @@ pipeline {
|
||||
stages {
|
||||
stage('Copy artifacts') {
|
||||
steps {
|
||||
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: 's452094-metrics', selector: lastSuccessful()
|
||||
copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 's452094-metrics', selector: lastSuccessful()
|
||||
}
|
||||
}
|
||||
stage('Generate plot') {
|
||||
|
Loading…
Reference in New Issue
Block a user