ert
This commit is contained in:
parent
cc1a929ea3
commit
0fc3693279
@ -7,15 +7,14 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('CopyArtifacts')
|
||||
{
|
||||
|
||||
stage('copyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
|
||||
copyArtifacts filter: 'srr.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Plots')
|
||||
{
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user