diff --git a/Jenkinsfile b/Jenkinsfile index 50a1674..063b1e4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Stage 1') { steps { echo 'Hello world!' - copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() + copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: 's442676-metric' } } }