pipeline { agent any stages { stage('ASR-eval copy artifacts') { steps { copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() } } } }