diff --git a/Jenkinsfile b/Jenkinsfile index 26a9777..cb009ed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,12 +1,14 @@ pipeline { agent any stages { - stage('Copy Archive') { + stage('Copy Archive') { steps { script { step ([$class: 'CopyArtifact', - projectName: 'ASR-eval' + projectName: 'ASR-eval', + target: 'Infra' } } - } -} + } + } +} \ No newline at end of file