This commit is contained in:
Ufnow 2020-04-22 00:48:59 +02:00
parent cc1a929ea3
commit 0fc3693279

View File

@ -7,15 +7,14 @@ pipeline {
} }
} }
stage('CopyArtifacts')
{
stage('copyArtifacts') { stage('copyArtifacts') {
steps { steps {
copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './' copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
copyArtifacts filter: 'srr.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './' copyArtifacts filter: 'srr.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
} }
} }
}
stage('Plots') stage('Plots')
{ {
steps { steps {