pipeline { agent any stages { stage('Stage 1') { steps { echo 'Hello world!' copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: 's442676-metric' } } } }